Skip to content

Commit

Permalink
test(yarn): Align a test case name with analog tests for other managers
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Nov 15, 2024
1 parent c27fa95 commit 1bee82d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 1bee82d

Please sign in to comment.