Skip to content

Commit

Permalink
feat(ZMS-3152): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic committed Dec 3, 2024
1 parent 7fc2b9f commit 901b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmsadmin/tests/Zmsadmin/CounterQueueInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testTodayWithAdditionalInfo()
'selecteddate' => '2016-04-01'
], []);
$this->assertStringContainsString('davon vor nächstem Spontankunden', (string)$response->getBody());
$this->assertStringContainsString('Wartezeit für neue Spontankunden in Stunden', (string)$response->getBody());
$this->assertStringContainsString('Wartezeit für neue Spontankunden', (string)$response->getBody());

$this->assertEquals(200, $response->getStatusCode());
}
Expand Down

0 comments on commit 901b4c0

Please sign in to comment.