From 47423288b09826e454187ca3bb49ccaa3d6eaa13 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 17 Nov 2020 19:14:01 +0100 Subject: fixed typo --- crypto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- cgit v1.2.3