Fix tests

This commit is contained in:
philipp lang 2025-03-31 01:55:45 +02:00
parent 0c6c948378
commit ed283d97ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ trait FakesCompilation
$validDocuments = $compilations->filter(fn ($compilation) => $check($compilation));
Assert::assertNotEmpty($validDocuments, 'Failed that TeX Document "' . $documentClass . '" has been compiled with given check.');
Assert::assertFalse($validDocuments->isEmpty(), 'Failed that TeX Document "' . $documentClass . '" has been compiled with given check.');
}
/**