Skip to content

Commit 46937d3

Browse files
committed
fixing another test
1 parent c56e633 commit 46937d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeEntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function getTestDetails(): \Generator
331331
'',
332332
]);
333333

334-
$this->assertStringContainsString('updated: src/Entity/User.php', $output);
334+
$this->assertStringContainsString('src/Entity/User.php', $output);
335335
$this->assertStringNotContainsString('updated: vendor/', $output);
336336

337337
// sanity checks on the generated code

0 commit comments

Comments
 (0)