Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma committed Jun 6, 2023
1 parent b7ed4af commit 3bedcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/integration/concatenate/test_concatenate.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_equal_derived_coords(self):

# Make sure indexing the resulting cube works correctly
# (see https://github.com/SciTools/iris/issues/5339)
# self.assertEqual(result[0][0].shape, (2,))
self.assertEqual(result[0][0].shape, (2,))

# Make sure ALL aux factory dependencies of the resulting cube were
# properly updated (i.e., they are different from the original cubes).
Expand Down

0 comments on commit 3bedcd5

Please sign in to comment.