Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Oct 1, 2024
1 parent ebf2e09 commit 719f73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions tests/Traits/Visuals/Themed/BasePaginationVisuals.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function pagination_shows_by_default()
public function setupSingleRecordBasicTable()
{
return $this->setupBasicTableForLivewire()
->call('setPerPageAccepted', [1])
->call('setPerPage', 1);
->call('setPerPageAccepted', [1])
->call('setPerPage', 1);
}

public function tableWithStandardDetailedPagination()
Expand All @@ -41,6 +41,4 @@ public function test_per_page_dropdown_only_renders_with_accepted_values(): void
$this->setupBasicTableForBrowsing()
->call('setPerPage', 15);
}


}
}
2 changes: 0 additions & 2 deletions tests/Traits/Visuals/Themed/ThemedTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class ThemedTestCase extends TestCase
{

protected function setupBasicTableForLivewire()
{
return Livewire::test(PetsTable::class);
Expand All @@ -19,5 +18,4 @@ public function pagination_shows_by_default()
{
return $this->setupBasicTableForLivewire();
}

}

0 comments on commit 719f73f

Please sign in to comment.