diff options
Diffstat (limited to 'test/conn_test.exs')
-rw-r--r-- | test/conn_test.exs | 4 |
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 |