Skip to content

Commit

Permalink
change unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 27, 2024
1 parent 9a19be0 commit 393afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/web/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestApi_ParsePaginatedRequest(t *testing.T) {
offset int
}{
{"blank values", "", "", false, 25, 1, 0},
{"valid sizeParam", "10", "", false, 10, 1, 0},
{"vsalid sizeParam", "10", "", false, 10, 1, 0},
{"valid pageParam", "", "3", false, 25, 3, 50},
{"invalid sizeParam", "xhje", "", true, 0, 0, 0},
{"invalid pageParam", "", "ewjh", true, 0, 0, 0},
Expand Down

0 comments on commit 393afaf

Please sign in to comment.