Skip to content

Commit

Permalink
Fixed tests rename groups to group
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 26, 2024
1 parent 4e59beb commit 228c46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Screen/Fields/AttachTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function testDivisionGroup(): void

// pass models
$upload = Attach::make('file')
->groups('images')
->group('images')
->value([
$docsGroup,
$imagesGroup,
Expand All @@ -58,7 +58,7 @@ public function testDivisionGroup(): void

// pass ids
$upload = Attach::make('file')
->groups('images')
->group('images')
->value([
$docsGroup->id,
$imagesGroup->id,
Expand Down

0 comments on commit 228c46c

Please sign in to comment.