lint fix
This commit is contained in:
parent
ca5eaa8c6b
commit
9a9ac33766
3 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,6 @@ func Test_ValidateNotEmpty_ForTimestamp(t *testing.T) {
|
|||
if res := ValidateNotEmpty(sut, "dummyField"); len(res) > 0 {
|
||||
t.Errorf("sut should be valid but was %q", res)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func Test_ValidateMaxLen(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue