Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 13, 2021
1 parent 3a036e6 commit f198c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function testCreateRoleWithWrongName(): void
fn (AssertableJson $json) =>
$json->has('message')
->has('errors')
->where('errors.name.0.0', 'String should not contain space.')
->where('errors.name.0', 'String should not contain space.')
);
}

Expand Down

0 comments on commit f198c6c

Please sign in to comment.