Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…vewire-tables into v3-test
  • Loading branch information
lrljoe committed Jul 20, 2023
2 parents 729ce88 + b22ede3 commit 4adb3e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Traits/Configuration/SearchConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public function cant_set_search_lazy_with_other_search_modifiers(): void
$this->basicTable->setSearchDebounce(1000);
}


/** @test */
public function can_set_search_live(): void
{
Expand All @@ -142,5 +141,4 @@ public function cant_set_search_live_with_other_search_modifiers(): void
$this->basicTable->setSearchLive();
$this->basicTable->setSearchDebounce(1000);
}

}

0 comments on commit 4adb3e7

Please sign in to comment.