Skip to content

Commit

Permalink
fix unit test (update keyword)
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Feb 5, 2024
1 parent 70427b8 commit 0908345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/tests/test_json_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_float_64_position(self):

def test_compound_with_port(self):
ch2 = mb.lib.moieties.CH2()
ch2.save("ch2.json", show_ports=True, overwrite=True)
ch2.save("ch2.json", include_ports=True, overwrite=True)

loaded_ch2 = mb.load("ch2.json")
assert len(loaded_ch2.all_ports()) == 2
Expand Down

0 comments on commit 0908345

Please sign in to comment.