Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Feb 22, 2018
1 parent 66bd08b commit 446f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/SeederTaskTest.php
Expand Up @@ -116,7 +116,7 @@ public function testNoType()
$this->seeder->run($request);


$this->assertContainsn('Please tell me what to do', ob_get_contents());
$this->assertContains('Please tell me what to do', ob_get_contents());
ob_end_clean();
}

Expand Down

0 comments on commit 446f64b

Please sign in to comment.