Skip to content

Commit

Permalink
Fix form_upload() test
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Feb 19, 2013
1 parent 72b0988 commit e1d5a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeigniter/helpers/form_helper_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function test_form_password()
public function test_form_upload()
{
$expected = <<<EOH
<input type="file" name="attachment" value="" />
<input type="file" name="attachment" />
EOH;

Expand Down

0 comments on commit e1d5a7a

Please sign in to comment.