Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Oct 1, 2024
1 parent cdec3c7 commit 8d1f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def test_MepoComponent():
for name, comp in registry.items():
if name == "fvdycore":
fvdycore = MepoComponent().registry_to_component(name, comp, None)
assert fvdycore == get_fvdycore_component
assert fvdycore == get_fvdycore_component()
assert fvdycore.serialize() == get_fvdycore_serialized()

0 comments on commit 8d1f144

Please sign in to comment.