Skip to content

Commit a865441

Browse files
authored
fix enum literal
1 parent 8aed230 commit a865441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/test/java/de/gdata/test/integration/RealApiIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)