trie: fix typo

This commit is contained in:
Martin Holst Swende 2023-10-24 09:17:27 +02:00
parent 80768aae8a
commit f820914bf1
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -465,7 +465,7 @@ func TestPartialStackTrie(t *testing.T) {
}
}
func TestStacstaturieErrors(t *testing.T) {
func TestStackTrieErrors(t *testing.T) {
s := NewStackTrie(nil)
// Deletion
if err := s.Update(nil, nil); err == nil {