mirror of
https://github.com/jlengrand/dotaClient.git
synced 2026-03-10 08:11:18 +00:00
Adding failing test on purpose
This commit is contained in:
@@ -7,8 +7,7 @@ GET http://api.opendota.com/api/heroes
|
||||
|
||||
> {%
|
||||
client.test("Request executed successfully", function() {
|
||||
// client.assert(response.status === 200, "Response status is not 200");
|
||||
client.assert(response.body.length == 126, "DOTA 2 currently has 136 heroes");
|
||||
client.assert(response.body.length == 126, "DOTA 2 currently has 123 heroes");
|
||||
});
|
||||
%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user