Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkabwe committed May 12, 2024
1 parent f58b19e commit 557e78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ func TestValidate__validateStruct(t *testing.T) {
assert.Greater(t, len(errs), 0)
} else {
assert.Equal(t, 0, len(errs))
assert.Nil(t, errs)
}

})
Expand Down

0 comments on commit 557e78c

Please sign in to comment.