diff options
Diffstat (limited to 'tests/ConcertTest.php')
-rw-r--r-- | tests/ConcertTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ConcertTest.php b/tests/ConcertTest.php index 5e6ebde..d81effd 100644 --- a/tests/ConcertTest.php +++ b/tests/ConcertTest.php @@ -71,7 +71,6 @@ final class ConcertTest extends WP_UnitTestCase $tables = [ "wpg_concerts", "wpg_venues", - "wpg_concertlogs", ]; foreach( $tables as $table ) { |