Skip to content

Commit

Permalink
Update class name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Dec 15, 2016
1 parent 1b7a0be commit 9dac32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/2_Integration/08-Forms/StateDetailFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class StateDetailFormTest extends CommonTestCase
public function showForms()
{
ob_start();
$statedetail = new PluginArmaditoStatedetail();
$statedetail = new PluginArmaditoStateDetail();
$statedetail->showForm(1);
ob_end_clean();
}
Expand Down

0 comments on commit 9dac32e

Please sign in to comment.