Skip to content

Commit

Permalink
update smoe teste
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 5, 2020
1 parent 2c86852 commit 9df1a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions strutil/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import (

func TestUpperOrLowerCase(t *testing.T) {
// Uppercase, Lowercase
assert.Equal(t, "ABC", strutil.Upper("abc"))
assert.Equal(t, "ABC", strutil.Uppercase("abc"))
assert.Equal(t, "abc", strutil.Lower("ABC"))
assert.Equal(t, "abc", strutil.Lowercase("ABC"))
}

Expand Down

0 comments on commit 9df1a0f

Please sign in to comment.