Skip to content

Commit

Permalink
Fix MooringSystemDesign test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeNunemaker committed Jul 1, 2020
1 parent e2c7ce0 commit 966c213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phases/design/test_mooring_system_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def test_custom_num_lines():
m = MooringSystemDesign(config)
m.run()

assert m.design_result["num_lines"] == 5
assert m.design_result["mooring_system"]["num_lines"] == 5

0 comments on commit 966c213

Please sign in to comment.