Fixed tests

This commit is contained in:
Igor Scheller 2023-08-18 15:18:45 +02:00
parent f4030b86af
commit 009b0f3f27
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class GlobalsTest extends ExtensionTest
$extension = new Globals($auth, $request);
$globals = $extension->getGlobals();
$this->assertGlobalsExists('day_of_event', -2, $globals);
$this->assertGlobalsExists('day_of_event', 3, $globals);
// No user
$this->assertGlobalsExists('user', [], $globals);