Skip to content

Commit

Permalink
Update max_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Apr 4, 2024
1 parent 3f41094 commit c72dfa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/max_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ func Test_Max(t *testing.T) {
A float64 `json:"a" owl:"min=5,max=3"`
}{2})

t.Log(errs)

if len(errs) == 0 {
t.Error("should have error")
}
Expand Down

0 comments on commit c72dfa0

Please sign in to comment.