Skip to content

Commit

Permalink
Update test/core/test_update.py
Browse files Browse the repository at this point in the history
Co-authored-by: Norman Fomferra <norman.fomferra@brockmann-consult.de>
  • Loading branch information
AliceBalfanz and forman authored Aug 4, 2023
1 parent 0c552c9 commit a9a0ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def test_change_some(self):
('rtoa_3', {'name': 'refl_toa'})])
self.assertEqual(
"variable 'rtoa_2' cannot be renamed into 'refl_toa' because the name is already in use",
f'{cm.exception}')
f'{cm.exception}'
)


class UpdateGlobalAttributesTest(unittest.TestCase):
Expand Down

0 comments on commit a9a0ee4

Please sign in to comment.