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:
@@ -165,5 +165,4 @@ func TestUnwrap(t *testing.T) {
|
||||
assert.Equal("", Unwrap("**", "*"))
|
||||
assert.Equal("***", Unwrap("***", "**"))
|
||||
assert.Equal("**", Unwrap("**", "**"))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user