diff options
| -rw-r--r-- | crypto_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/crypto_test.go b/crypto_test.go index 2635646..60ad16b 100644 --- a/crypto_test.go +++ b/crypto_test.go @@ -17,5 +17,5 @@ func TestGenV1Sdi(t *testing.T) {  }  // TODO: TestGenV1Sth -func TestGenV1Sth(t *tesing.T) { +func TestGenV1Sth(t *testing.T) {  } | 
