aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-17 19:14:01 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-17 19:14:01 +0100
commit47423288b09826e454187ca3bb49ccaa3d6eaa13 (patch)
tree59ad3fac4fa21cecc97939275034df4837b2d09c
parentde550a6665cdbc295878f94a283b94b1e3368e6d (diff)
fixed typo
-rw-r--r--crypto_test.go2
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) {
}