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

fix: fix ExampleFindValuesBy

This commit is contained in:
dudaodong
2025-04-29 10:18:51 +08:00
parent b2ae71c983
commit 03f0d4d905

View File

@@ -842,6 +842,10 @@ func ExampleFindValuesBy() {
return k%2 == 0
})
// github action will excute this test currently, so sort the result
// to make it deterministic
sort.Strings(result)
fmt.Println(result)
// Output: