Fix test case for api response code

This commit is contained in:
tomneedham 2014-04-03 14:47:55 +00:00
parent 6b017201b8
commit b00592ade5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
function dataProviderTestOneResult() { function dataProviderTestOneResult() {
return array( return array(
array(100, true), array(100, true),
array(101, true), array(101, false),
array(997, false), array(997, false),
); );
} }