Skip to content

Commit

Permalink
Update uploadTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo authored Mar 24, 2017
1 parent 6dc4dcc commit fdf3c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testImageDimensionDefinesImageHeightAndWidthLimit()
$upload = $this->bulletproof->upload();
$this->assertEquals(
$this->bulletproof["error"],
"Image height/width should be less than ' 100 \ 200 ' pixels"
"Image height/width should be less than ' 100 / 200 ' pixels"
);

}
Expand Down

0 comments on commit fdf3c81

Please sign in to comment.