Skip to content

Commit c43c16b

Browse files
committed
Address copilot suggestions
1 parent e32c50b commit c43c16b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/astro_image_display_api/api_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,6 @@ def test_all_methods_accept_additional_kwargs(self, data, catalog, tmp_path):
882882
else:
883883
raise e
884884

885-
print("\n".join(all_methods))
886-
887885
if not failed_methods:
888886
# No point in running some of these if setting image or catalog has failed.
889887
# Run remove_catalog last so that it does not interfere with the
@@ -911,7 +909,7 @@ def test_all_methods_accept_additional_kwargs(self, data, catalog, tmp_path):
911909

912910
else:
913911
failed_methods.append(
914-
"No other methods were tests because the ones above failed."
912+
"No other methods were tested because the ones above failed."
915913
)
916914

917915
assert not failed_methods, (

0 commit comments

Comments
 (0)