Skip to content

Commit b857174

Browse files
authored
Update test_Saver__ugrid.py (#6017)
* Update test_Saver__ugrid.py Correct comment, since after #6004 the behaviour, and the testcase changed but the comment did not ! * Revert unintended change.
1 parent 9d90530 commit b857174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/unit/fileformats/netcdf/saver/test_Saver__ugrid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ def test_multiple_equal_mesh(self):
11991199

12001200
def test_multiple_different_meshes(self):
12011201
# Create 2 meshes with different faces, but same edges.
1202-
# N.B. they should *not* then share an edge dimension !
1202+
# N.B. they should then share an edge dimension.
12031203
mesh1 = make_mesh(n_faces=3, n_edges=2)
12041204
mesh2 = make_mesh(n_faces=4, n_edges=2)
12051205

0 commit comments

Comments
 (0)