From 1bee82d67125abe6a285f01248ef79f3f43a3563 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Fri, 15 Nov 2024 10:58:40 +0100 Subject: [PATCH] test(yarn): Align a test case name with analog tests for other managers Signed-off-by: Frank Viernau --- .../node/src/funTest/kotlin/yarn/YarnFunTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/package-managers/node/src/funTest/kotlin/yarn/YarnFunTest.kt b/plugins/package-managers/node/src/funTest/kotlin/yarn/YarnFunTest.kt index 8449c84c533c6..1877a37507fa5 100644 --- a/plugins/package-managers/node/src/funTest/kotlin/yarn/YarnFunTest.kt +++ b/plugins/package-managers/node/src/funTest/kotlin/yarn/YarnFunTest.kt @@ -31,7 +31,7 @@ import org.ossreviewtoolkit.utils.test.matchExpectedResult class YarnFunTest : WordSpec({ "yarn" should { - "resolve dependencies correctly" { + "resolve dependencies for a project with lockfile correctly" { val definitionFile = getAssetFile("projects/synthetic/yarn/project-with-lockfile/package.json") val expectedResultFile = getAssetFile("projects/synthetic/yarn/project-with-lockfile-expected-output.yml")