trie: fix test name

This commit is contained in:
Péter Szilágyi 2016-09-28 11:14:15 +03:00
parent 31967e0316
commit 6f1be479d3

View file

@ -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()