Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
patrickkabwe committed May 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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)
}

})

0 comments on commit 557e78c

Please sign in to comment.