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:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user