Skip to content

Commit

Permalink
test(node): Add missing toYaml() calls for textual result comparison
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 8, 2024
1 parent a00353f commit 156b371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class NpmFunTest : WordSpec({

val result = create("NPM").resolveSingleProject(definitionFile, resolveScopes = true)

result.withInvariantIssues() shouldBe expectedResult.withInvariantIssues()
result.withInvariantIssues().toYaml() shouldBe expectedResult.withInvariantIssues().toYaml()
}

"resolve dependencies with URLs as versions correctly" {
Expand Down

0 comments on commit 156b371

Please sign in to comment.