summaryrefslogtreecommitdiffstats
path: root/tests/VenueTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VenueTest.php')
-rw-r--r--tests/VenueTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VenueTest.php b/tests/VenueTest.php
index 1fde15e..44040db 100644
--- a/tests/VenueTest.php
+++ b/tests/VenueTest.php
@@ -6,7 +6,7 @@
declare(strict_types=1);
-require __DIR__ . '/../includes/venue.php';
+require __DIR__ . '/../includes/class-giglogadmin-venue.php';
final class VenueTest extends WP_UnitTestCase
{