Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
formsdev committed Nov 20, 2023
1 parent 514e149 commit 3a1cb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Forms/FormPasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
->assertStatus(403)
->assertJson([
'status' => 'Unauthorized',
'message' => 'Form is password protected.'
'message' => 'Form is protected.'
]);
});

Expand All @@ -66,7 +66,7 @@
->assertStatus(403)
->assertJson([
'status' => 'Unauthorized',
'message' => 'Form is password protected.'
'message' => 'Form is protected.'
]);
});

Expand Down

0 comments on commit 3a1cb1f

Please sign in to comment.