Skip to content

Commit

Permalink
Fix styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter authored and actions-user committed Jan 25, 2021
1 parent 9fb6a0f commit 795b25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Filters/NoCastsBooleanFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ protected function setUp(): void
$this->models[2] = NoCastsModel::create(['enum' => StringEnum::Administrator]);

$this->results = [
StringEnum::Moderator => [0, 1],
StringEnum::Moderator => [0, 1],
StringEnum::Administrator => [2],
StringEnum::Subscriber => [],
StringEnum::Subscriber => [],
];
}

Expand Down
4 changes: 2 additions & 2 deletions tests/Filters/NoCastsFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ protected function setUp(): void
$this->models[2] = NoCastsModel::create(['enum' => StringEnum::Administrator]);

$this->results = [
StringEnum::Moderator => [0, 1],
StringEnum::Moderator => [0, 1],
StringEnum::Administrator => [2],
StringEnum::Subscriber => [],
StringEnum::Subscriber => [],
];
}

Expand Down

0 comments on commit 795b25b

Please sign in to comment.