Skip to content

Commit

Permalink
Make unit tests compile, but they don't test the new stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak authored and meghfossa committed Apr 29, 2024
1 parent 5ad6307 commit 5406f32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/Python/Poetry/CommonSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ expectedPyProject =
, devDependencies =
Map.fromList
[("pytest", PoetryTextVersion "*")]
, groupDevDependencies = Map.empty -- TODO: Fill in for real.
}
}

Expand Down
1 change: 1 addition & 0 deletions test/Python/Poetry/PyProjectSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ expectedPyProject =
, devDependencies =
Map.fromList
[("pytest", PoetryTextVersion "*")]
, groupDevDependencies = Map.empty -- TODO: Fill this in for realsies.
}
}

Expand Down
2 changes: 1 addition & 1 deletion test/Python/PoetrySpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ candidatePyProject :: PyProject
candidatePyProject =
PyProject
(Just $ PyProjectBuildSystem "poetry.core.masonry.api")
(Just $ PyProjectPoetry Nothing Nothing Nothing (Map.fromList ([("flow_pipes", PoetryTextVersion "^1.21")])) Map.empty)
(Just $ PyProjectPoetry Nothing Nothing Nothing (Map.fromList ([("flow_pipes", PoetryTextVersion "^1.21")])) Map.empty Map.empty)
Nothing
Nothing

Expand Down

0 comments on commit 5406f32

Please sign in to comment.