Skip to content

Commit 9fc59a9

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2ecdb30 commit 9fc59a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/HasTagsScopesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
expect($testModels->pluck('name')
5252
->toArray())
5353
->toContain('model5', 'model6')
54-
->not->toContain('model3', 'model7');
54+
->not->toContain('model3', 'model7');
5555

5656
// Array input
5757
$testModels = TestModel::withAnyTagsOfType(['typedTag', 'secondType'])->get();
5858

5959
expect($testModels->pluck('name')
6060
->toArray())
6161
->toContain('model5', 'model6', 'model7')
62-
->not->toContain('model3');
62+
->not->toContain('model3');
6363
});
6464

6565
it('provides a scope to get all models that have any of the given tags', function () {

0 commit comments

Comments
 (0)