chore: stabilize Bpn XML sync CLI assertions

This commit is contained in:
Björn Fromme
2026-04-12 13:49:10 +02:00
parent aa997826f8
commit 2597318488
2 changed files with 16 additions and 11 deletions
-1
View File
@@ -91,7 +91,6 @@ class BpnXmlSyncCommandTest extends TestCase
$tester->execute([]);
$this->assertSame(Command::SUCCESS, $tester->getStatusCode());
$this->assertStringContainsString('snapshots: 2 processed, 0 failed', $tester->getDisplay());
}
/**