Skip to content

Commit

Permalink
fix: test issues
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Dec 11, 2024
1 parent efb0bd6 commit f880364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bruno/cards/multiple.bru
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ params:query {

assert {
res.status: eq 200
res.body: length 85
res.body.length: gt 85
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ params:query {

assert {
res.status: eq 200
res.body.length: lt 0
res.body.length: gte 6
}

0 comments on commit f880364

Please sign in to comment.