Skip to content

Commit

Permalink
* Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
njlr committed Sep 19, 2019
1 parent ed692c0 commit a951bff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buckaroo-tests/Lock.fs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ let ``Lock.parse works correctly 2`` () =
|> Lock.parse

let expected = {
ManifestHash = "aabbccddee";
ManifestHash = "aabbccddee"
Dependencies =
[
{
Package = PackageIdentifier.Adhoc { Owner = "abc"; Project = "def" };
PackagePath = [], PackageIdentifier.Adhoc { Owner = "abc"; Project = "def" }
Target = {
Folders = [];
Name = "def";
Folders = []
Name = "def"
}
}
]
Expand Down Expand Up @@ -117,14 +117,14 @@ let ``Lock.parse works correctly 3`` () =
|> Lock.parse

let expected = {
ManifestHash = "aabbccddee";
ManifestHash = "aabbccddee"
Dependencies =
[
{
Package = PackageIdentifier.Adhoc { Owner = "abc"; Project = "def" };
PackagePath = [], PackageIdentifier.Adhoc { Owner = "abc"; Project = "def" }
Target = {
Folders = [];
Name = "def";
Folders = []
Name = "def"
}
}
]
Expand Down

0 comments on commit a951bff

Please sign in to comment.