Skip to content

Commit

Permalink
Minor fix for unit-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Mar 10, 2023
1 parent 32f350a commit cf611f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/unit/fileformats/netcdf/test_Saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def assertAttribute(self, value):

def check_attribute_compliance_call(self, value):
self.set_attribute(value)
with Saver(mock.Mock(), "NETCDF4") as saver:
with Saver("nonexistent test file", "NETCDF4") as saver:
saver.check_attribute_compliance(self.container, self.data_dtype)


Expand Down

0 comments on commit cf611f7

Please sign in to comment.