Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo authored and github-actions[bot] committed Jun 20, 2023
1 parent 22600ab commit 1e7ddbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/WebConsoleControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
'command' => 'pwd',
'working_directory' => base_path(),
])
->assertOk()
->assertJson(function (AssertableJson $json) {
return $json->whereContains('working_directory', getcwd())
->whereContains('output', getcwd().PHP_EOL)
->etc();
});
->assertOk()
->assertJson(function (AssertableJson $json) {
return $json->whereContains('working_directory', getcwd())
->whereContains('output', getcwd().PHP_EOL)
->etc();
});
});

0 comments on commit 1e7ddbd

Please sign in to comment.