Skip to content

Commit 45860d3

Browse files
committed
linting fix
1 parent 8326390 commit 45860d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Commands/User/DisableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testSuccess() {
2727

2828
$this->artisan('wbs-user:disable',
2929
[
30-
'--email' => self::EMAIL
30+
'--email' => self::EMAIL,
3131
]
3232
)->assertExitCode(0);
3333

@@ -41,7 +41,7 @@ public function testSuccess() {
4141
public function testUserNotFound() {
4242
$this->artisan('wbs-user:disable',
4343
[
44-
'--email' => self::EMAIL
44+
'--email' => self::EMAIL,
4545
]
4646
)->assertExitCode(2);
4747
}

0 commit comments

Comments
 (0)