mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 12:52:28 +08:00
feat: add FindLast func
This commit is contained in:
@@ -182,7 +182,7 @@ func TestFindLast(t *testing.T) {
|
||||
t.Fatal("found nothing")
|
||||
}
|
||||
|
||||
assert := internal.NewAssert(t, "TestFind")
|
||||
assert := internal.NewAssert(t, "TestFindLast")
|
||||
assert.Equal(4, res)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user