1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 15:12:26 +08:00

refactor: rewrite all unit test functions with assert

This commit is contained in:
dudaodong
2022-01-09 13:07:49 +08:00
parent 73f4ae7b35
commit 3438f3b18a
3 changed files with 179 additions and 332 deletions

View File

@@ -165,5 +165,4 @@ func TestUnwrap(t *testing.T) {
assert.Equal("", Unwrap("**", "*"))
assert.Equal("***", Unwrap("***", "**"))
assert.Equal("**", Unwrap("**", "**"))
}