Skip to content

Commit

Permalink
Fix: Data
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 13, 2022
1 parent f9f307d commit b2a2ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testFromRuleSetCreatesConfig(int $targetPhpVersion): void
$rules = [
'foo' => true,
'bar' => [
'baz',
'baz' => true,
],
];

Expand Down Expand Up @@ -93,7 +93,7 @@ public function testFromRuleSetCreatesConfigWithOverrideRules(): void
$rules = [
'foo' => true,
'bar' => [
'baz',
'baz' => true,
],
];

Expand Down

0 comments on commit b2a2ca9

Please sign in to comment.