Skip to content

Commit

Permalink
Consider order in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inosik committed Jan 28, 2017
1 parent 884e97f commit 6c38f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Paket.Tests/Lockfile/GeneratorSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ let ``should generate lock file with disabled content for packages``() =

let expectedWithGitHub = """GITHUB
remote: owner/project1
"folder/file 2.fs" (commit1)
folder/file.fs (master)
folder/file1.fs (commit1)
"folder/file 2.fs" (commit1)
remote: owner/project2
folder/file.fs (commit2)
folder/file3.fs (commit3) githubAuth"""
Expand Down

0 comments on commit 6c38f14

Please sign in to comment.