summaryrefslogtreecommitdiff
path: root/tests/app/Module/BatchUpdateModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/BatchUpdateModuleTest.php')
-rw-r--r--tests/app/Module/BatchUpdateModuleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/BatchUpdateModuleTest.php b/tests/app/Module/BatchUpdateModuleTest.php
index 98b0752012..9d7ba94d4b 100644
--- a/tests/app/Module/BatchUpdateModuleTest.php
+++ b/tests/app/Module/BatchUpdateModuleTest.php
@@ -30,6 +30,6 @@ class BatchUpdateModuleTest extends \Fisharebest\Webtrees\TestCase
*/
public function testClassExists(): void
{
- $this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\BatchUpdateModule::class));
+ $this->assertTrue(class_exists(BatchUpdateModule::class));
}
}