change: rename tests

This commit is contained in:
lilong.129
2025-02-18 11:29:10 +08:00
parent 7f6f5cb0c5
commit 708cc8f1ac
6 changed files with 38 additions and 62 deletions
+1 -3
View File
@@ -57,9 +57,7 @@ func TestEqualLength(t *testing.T) {
}
for _, data := range testData {
if !assert.True(t, EqualLength(t, data.raw, data.expected)) {
t.Fatal()
}
assert.True(t, EqualLength(t, data.raw, data.expected))
}
}