This commit is contained in:
Fabio Ivona
2023-03-31 08:59:38 +02:00
parent 90b6771451
commit 4df6ab4a84

View File

@ -25,5 +25,4 @@ test('collision editor can be added to the stack trace', function () {
->stackTrace()->toStartWith('/data/projects/open-source/pest/tests/Unit/Overrides/../../Pest.php:5')
->and(ThrowableBuilder::from(new Exception('test')))
->stackTrace()->toStartWith('/data/projects/open-source/pest/tests/Unit/Overrides/ThrowableBuilder.php:26');
});