From 4024c02303c7e51cbd770f109cdad3f08a91622e Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:33:10 +0200 Subject: [PATCH] Update history_index_block_test.go --- triedb/pathdb/history_index_block_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triedb/pathdb/history_index_block_test.go b/triedb/pathdb/history_index_block_test.go index c251cea2ec..e6fb8e5a61 100644 --- a/triedb/pathdb/history_index_block_test.go +++ b/triedb/pathdb/history_index_block_test.go @@ -138,7 +138,7 @@ func TestBlockWriterDelete(t *testing.T) { } newMax := uint64(i - 1) if bw.desc.max != newMax { - t.Fatalf("Maxmium element is not matched, want: %d, got: %d", newMax, bw.desc.max) + t.Fatalf("Maximum element is not matched, want: %d, got: %d", newMax, bw.desc.max) } } }