There was an error while loading. Please reload this page.
1 parent b6c6f2a commit b29143bCopy full SHA for b29143b
tests/Feature/TransactionTest.php
@@ -66,7 +66,7 @@ public function test_there_is_no_user_id_in_the_request()
66
->assertSessionHasErrors('amount');
67
}
68
69
- public function test_user_try_to_transact_more_pw_than_he_can()
+ public function test_user_tries_to_transact_more_pw_than_he_can()
70
{
71
$balance1 = $this->user1->balance->balance;
72
$this->post('/transactions', $data = [
@@ -79,7 +79,7 @@ public function test_user_try_to_transact_more_pw_than_he_can()
79
80
81
82
- public function test_user_try_to_transact_pw_less_than_zero()
+ public function test_user_tries_to_transact_pw_less_than_zero()
83
84
85
'amount' => -50,
0 commit comments