From 2225ccbb1a491f0652a2e76f7ab696c1827d4bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20W=C3=A5reus?= Date: Mon, 30 Oct 2023 19:27:38 +0100 Subject: [PATCH] add maven to script --- test/checkFilesResolved.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/checkFilesResolved.sh b/test/checkFilesResolved.sh index 1e0c79cf..6df23bea 100644 --- a/test/checkFilesResolved.sh +++ b/test/checkFilesResolved.sh @@ -25,4 +25,5 @@ check_files_exist "test/resolve/testdata/npm/yarn.lock" \ "test/resolve/testdata/nuget/packagesconfig/packages.config.nuget.debricked.lock" \ "test/resolve/testdata/nuget/csproj/packages.lock.json" \ "test/resolve/testdata/gradle/gradle.debricked.lock" \ + "test/resolve/testdata/maven/maven.debricked.lock" \ "test/resolve/testdata/gomod/gomod.debricked.lock" \ No newline at end of file