Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyliu committed Nov 22, 2023
1 parent 4b996c9 commit c717a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/serve/validators/disbursement_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func Test_DisbursementUpdateValidator_ValidateDisbursementStatus(t *testing.T) {
if tc.returnErr {
assert.Equal(t, 1, len(validator.Errors))
assert.Equal(t, tc.errStr, validator.Errors["verification"])
} else {
assert.Equal(t, validator.Errors["verification"], nil)
}
})
}
Expand Down

0 comments on commit c717a15

Please sign in to comment.