Should fix the test.

This commit is contained in:
James Cole
2015-02-14 14:31:43 +01:00
parent 1d78f98ec8
commit 7bba7fcf66

View File

@@ -164,7 +164,7 @@ class AccountController extends Controller
$repository->update($account, $accountData);
Session::flash('success', 'New account "' . $account->name . '" stored!');
Session::flash('success', 'New account "' . $account->name . '" updated.');
return Redirect::route('accounts.index', $what);