1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 22:52:29 +08:00
This commit is contained in:
dudaodong
2022-01-17 10:29:42 +08:00
parent e6f9b0954c
commit 912f7052a3

View File

@@ -174,4 +174,4 @@ func TestCountSort(t *testing.T) {
actual := fmt.Sprintf("%v", sortedPeopleByAge)
asssert.Equal(expected, actual)
}
}