Skip to content

Commit 4fad8d4

Browse files
committed
fix tests
1 parent 453a43b commit 4fad8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AppTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testPurchase()
3434
'amount' => $response->getData()['amount'],
3535
'description' => $response->getData()['description'],
3636
])->assertStatus(200)
37-
->assertSee('<form method="POST" action="/process/payment">', false);
37+
->assertSee('<form method="POST" action="/payment/process">', false);
3838
}
3939

4040
public function testCompletePurchase()

0 commit comments

Comments
 (0)