Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Update test_parametrized.py
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Stone, PhD <[email protected]>
  • Loading branch information
lsetiawan and ConnorStoneAstro authored Nov 28, 2023
1 parent 41596f4 commit 9a41d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parametrized.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_parametrized_name_setter_bad_names():
for name in bad_names:
print(name)
with pytest.raises(NameError):
Sersic(name=name)
module = Sersic(name=name)


def test_parametrized_name_collision():
Expand Down

0 comments on commit 9a41d4b

Please sign in to comment.