Skip to content

Commit

Permalink
test(swiftpm): Fix-up an expected result filename
Browse files Browse the repository at this point in the history
Re-align the name of the expected result to align with the name of the
corresponding project. This was accidentally left over by a preceding
change.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Jan 30, 2024
1 parent 32e0072 commit 64fd9db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SwiftPmFunTest : WordSpec({
"Analyzing a definition file with a sibling lockfile" should {
"return the correct result" {
val definitionFile = getAssetFile("projects/synthetic/project-with-lockfile/Package.swift")
val expectedResultFile = getAssetFile("projects/synthetic/expected-output-project.yml")
val expectedResultFile = getAssetFile("projects/synthetic/expected-output-project-with-lockfile.yml")

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

Expand Down

0 comments on commit 64fd9db

Please sign in to comment.