Skip to content

Commit

Permalink
Fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Dec 10, 2023
1 parent 8103ab8 commit 7776923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test-fixtures/publish-main-win.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Reading Spago workspace configuration...
Read the package set from the registry

✅ Selecting package to build: aaa

Expand Down
2 changes: 1 addition & 1 deletion test/Spago/Publish.purs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec = Spec.around withTempDir do
spago [ "build" ] >>= shouldBeSuccess
spago [ "publish", "--offline" ] >>= shouldBeFailureErr (fixture "publish-no-git.txt")

Spec.it "fails the module is called Main" \{ spago, fixture } -> do
Spec.it "fails if the module is called Main" \{ spago, fixture } -> do
spago [ "init", "--name", "aaaa" ] >>= shouldBeSuccess
FSA.unlink "spago.yaml"
FS.copyFile { src: fixture "spago-publish.yaml", dst: "spago.yaml" }
Expand Down

0 comments on commit 7776923

Please sign in to comment.