diff options
Diffstat (limited to 'tests/ConcertTest.php')
-rw-r--r-- | tests/ConcertTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ConcertTest.php b/tests/ConcertTest.php index 4f27f0f..dc2a712 100644 --- a/tests/ConcertTest.php +++ b/tests/ConcertTest.php @@ -69,8 +69,8 @@ final class ConcertTest extends WP_UnitTestCase global $wpdb; $tables = [ - "wpg_concerts", - "wpg_venues", + "{$wpdb->prefix}giglogadmin_concerts", + "{$wpdb->prefix}giglogadmin_venues", ]; foreach( $tables as $table ) { |