summaryrefslogtreecommitdiffstats
path: root/tests/ConcertsTableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ConcertsTableTest.php')
-rw-r--r--tests/ConcertsTableTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ConcertsTableTest.php b/tests/ConcertsTableTest.php
index 556698a..6f9d9d2 100644
--- a/tests/ConcertsTableTest.php
+++ b/tests/ConcertsTableTest.php
@@ -65,8 +65,8 @@ class ConcertsTableTest extends WP_UnitTestCase
global $wpdb;
$tables = [
- "wpg_concerts",
- "wpg_venues",
+ "{$wpdb->prefix}giglogadmin_concerts",
+ "{$wpdb->prefix}giglogadmin_venues",
];
foreach( $tables as $table ) {