Skip to content

Commit

Permalink
linted and black format
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrew committed Mar 14, 2024
1 parent 6f2cba4 commit ea2c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_tethys_apps/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def test_get_configured_standalone_app_no_app_name_no_installed(self):
) as mock_tethysapp:
mock_tethysapp.objects.first.return_value = []
with self.assertRaises(ObjectDoesNotExist):
utilities.get_configured_standalone_app()
utilities.get_configured_standalone_app()

mock_tethysapp.objects.first.assert_called_once()

Expand Down

0 comments on commit ea2c917

Please sign in to comment.