mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
trie: fix test name
This commit is contained in:
parent
31967e0316
commit
6f1be479d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// Create an initial trie and copy if for concurrent access
|
||||||
_, trie, _ := makeTestSecureTrie()
|
_, trie, _ := makeTestSecureTrie()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue