Skip to content

Commit c65e630

Browse files
eDiToRcOnFiG
1 parent f8cdfcc commit c65e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/VerdictServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testIsAllowedToScan_scanOnlyThisAndDoNotScanThisEntries_ShouldAl
124124
$this->assertTrue($result);
125125
}
126126

127-
public function testIsAllowedToScan_scanOnlyThisAndDoNotScanThisEntries_ShouldNotAllowWhenMatchingDoNotScanThis(): void {
127+
public function testIsAllowedToScan_overlappingEntries_ShouldNotAllowWhenMatchingDoNotScanThis(): void {
128128
$scanOnlyThis = ['eicar.txt', 'eicar2.txt'];
129129
$doNotScanThis = ['eicar2.txt'];
130130
$appConfig = $this->getAppConfigMock($scanOnlyThis, $doNotScanThis);

0 commit comments

Comments
 (0)