Skip to content

Commit

Permalink
Update test string.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Nov 1, 2022
1 parent 88aa77e commit e80b43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function testCreateDetails1(): void {
);

$this->assertStringNotContainsString(
'Scan added/modified files with file extensions',
'file extensions',
$actual_output
);

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ReportCreateScanDetailsSvgConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testCreateDetails1(): void {
);

$this->assertStringNotContainsString(
'Scan added/modified files with file extensions',
'file extensions',
$actual_output
);
}
Expand Down

0 comments on commit e80b43a

Please sign in to comment.