File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
java/src/test/java/de/gdata/test/integration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ public void forSha256_IfCancellationIsRequested_ThrowsCancellationException() {
312312 @ CsvSource ({
313313 "https://github.com/GDATASoftwareAG/vaas/blob/main/Readme.md, CLEAN" ,
314314 "https://secure.eicar.org/eicar.com.txt, MALICIOUS" ,
315- "https://raw.githubusercontent.com/Provention2/CyberEssentials-TestFiles/refs/heads/main/PotentiallyUnwanted.exe" , PUP "
315+ "https://raw.githubusercontent.com/Provention2/CyberEssentials-TestFiles/refs/heads/main/PotentiallyUnwanted.exe" , " PUP"
316316 })
317317 public void forFile_ReturnsVerdict (String uri , Verdict verdict ) throws Exception {
318318 var tmpFile = Path .of (System .getProperty ("java.io.tmpdir" ), "file.txt" );
You can’t perform that action at this time.
0 commit comments