Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Oct 25, 2021
1 parent 4b7af85 commit 0192076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/QueuedJobsAdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ public function testAdvancedUI(bool $enabled): void
public function advancedUIProvider(): array
{
return [
[false],
[true],
'Advanced UI disabled' => [false],
'Advanced UI enabled' => [true],
];
}
}

0 comments on commit 0192076

Please sign in to comment.