aboutsummaryrefslogtreecommitdiff
path: root/test/conn_test.exs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-07-04 11:10:50 +0200
committerAlex Auvolat <alex@adnab.me>2018-07-04 11:10:50 +0200
commitece5faa69da724ddfdee7b92016bac73dbdbff70 (patch)
tree49f4cda8a00b0c22b6dc6cc05e0f0af1f00515c5 /test/conn_test.exs
parent66ab427e7ada3e8d9710eb79b1f768a8431b42eb (diff)
downloadshard-ece5faa69da724ddfdee7b92016bac73dbdbff70.tar.gz
shard-ece5faa69da724ddfdee7b92016bac73dbdbff70.zip
Tests
Diffstat (limited to 'test/conn_test.exs')
-rw-r--r--test/conn_test.exs4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/conn_test.exs b/test/conn_test.exs
index a8cda43..ff746b7 100644
--- a/test/conn_test.exs
+++ b/test/conn_test.exs
@@ -5,10 +5,6 @@ defmodule ShardTest.Conn do
require Salty.Box.Curve25519xchacha20poly1305, as: Box
require Salty.Sign.Ed25519, as: Sign
- test "the truth" do
- assert 1 + 1 == 2
- end
-
test "crypto connection" do
{:ok, srv_pkey, srv_skey} = Sign.keypair
{:ok, sess_pkey, sess_skey} = Box.keypair