Small bugfix in test.

This commit is contained in:
James Cole 2014-08-21 15:27:08 +02:00
parent a0b12ece54
commit 9198cd7861

View File

@ -162,6 +162,6 @@ class RecurringControllerTest extends TestCase
$this->action('POST', 'RecurringController@update', $recurringTransaction->id);
$this->assertResponseOk();
$this->assertResponseStatus(302);
}
}