From 4a7b5c229ab780f8180c333e6d17fcb014143fe0 Mon Sep 17 00:00:00 2001 From: viktorking7 <140458814+viktorking7@users.noreply.github.com> Date: Sun, 21 Sep 2025 16:09:13 +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) } } }