From 6f1be479d357ae9f6379ef0c28f4338086a03cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 28 Sep 2016 11:14:15 +0300 Subject: [PATCH] trie: fix test name --- trie/secure_trie_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/secure_trie_test.go b/trie/secure_trie_test.go index 91bd414680..3171b8c315 100644 --- a/trie/secure_trie_test.go +++ b/trie/secure_trie_test.go @@ -106,7 +106,7 @@ func TestSecureGetKey(t *testing.T) { } } -func TestSecureTryConcurrency(t *testing.T) { +func TestSecureTrieConcurrency(t *testing.T) { // Create an initial trie and copy if for concurrent access _, trie, _ := makeTestSecureTrie()