mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-13 01:02:28 +08:00
update: change case name for TestNone func
This commit is contained in:
@@ -115,7 +115,7 @@ func TestNone(t *testing.T) {
|
|||||||
}
|
}
|
||||||
res := None(nums, check)
|
res := None(nums, check)
|
||||||
if res != false {
|
if res != false {
|
||||||
internal.LogFailedTestInfo(t, "Every", nums, false, res)
|
internal.LogFailedTestInfo(t, "None", nums, false, res)
|
||||||
t.FailNow()
|
t.FailNow()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user