Skip to content

Commit b29143b

Browse files
committed
change tests names
1 parent b6c6f2a commit b29143b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/TransactionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function test_there_is_no_user_id_in_the_request()
6666
->assertSessionHasErrors('amount');
6767
}
6868

69-
public function test_user_try_to_transact_more_pw_than_he_can()
69+
public function test_user_tries_to_transact_more_pw_than_he_can()
7070
{
7171
$balance1 = $this->user1->balance->balance;
7272
$this->post('/transactions', $data = [
@@ -79,7 +79,7 @@ public function test_user_try_to_transact_more_pw_than_he_can()
7979

8080
}
8181

82-
public function test_user_try_to_transact_pw_less_than_zero()
82+
public function test_user_tries_to_transact_pw_less_than_zero()
8383
{
8484
$this->post('/transactions', $data = [
8585
'amount' => -50,

0 commit comments

Comments
 (0)