Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caueferreira committed Sep 18, 2019
1 parent 38ba67c commit c82c93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class NetworkHandlerTest {

@Test
fun `should trigger http internal server error`() {
for (code in 500..599) {
for (code in 500..600) {
val response = handler
.apply(httpException("D'Oh", code))

Expand Down

0 comments on commit c82c93c

Please sign in to comment.