Skip to content

Commit

Permalink
Remove assertion that made test fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-linard committed Jan 5, 2016
1 parent d82abc8 commit 1664fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe ("the hotswap.http module", function ()
elseif t.code == 404 then
return {}
else
assert (false)
return nil
end
end,
}
Expand Down

0 comments on commit 1664fe8

Please sign in to comment.