1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

update: change case name for TestNone func

This commit is contained in:
dudaodong
2022-01-05 19:46:51 +08:00
parent 955f2e6de6
commit 71a2ea3f20

View File

@@ -115,7 +115,7 @@ func TestNone(t *testing.T) {
}
res := None(nums, check)
if res != false {
internal.LogFailedTestInfo(t, "Every", nums, false, res)
internal.LogFailedTestInfo(t, "None", nums, false, res)
t.FailNow()
}
}