Skip to content

Commit e43ff3e

Browse files
committed
Add After Reviews With 97.00 coverage
Signed-off-by: adity1raut <araut7798@gmail.com>
1 parent fc5b906 commit e43ff3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/utils/hash/murmur3_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ func TestFmix64(t *testing.T) {
145145
if result != result2 {
146146
t.Errorf("fmix64(0x%x) is not deterministic: 0x%x != 0x%x", tt.input, result, result2)
147147
}
148-
149-
if tt.name == "zero" && result != 0 {
150-
t.Errorf("fmix64(0) = 0x%x, want 0", result)
151-
}
152148
})
153149
}
154150
}

0 commit comments

Comments
 (0)