Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Nov 9, 2023
1 parent a7e6aa9 commit 6020a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/iris/tests/unit/coords/test_Coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,9 +1179,10 @@ def test_copy_coord(self, coord):

def test_from_coord(self, coord):
coord.ignore_axis = True
new_coord = coord.from_coord()
new_coord = coord.from_coord(coord)
assert new_coord.ignore_axis is True


class Test___init____abstractmethod(tests.IrisTest):
def test(self):
emsg = (
Expand Down

0 comments on commit 6020a63

Please sign in to comment.