Fix tests
This commit is contained in:
parent
0c6c948378
commit
ed283d97ca
|
@ -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.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue