We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55414a9 commit 41d4c79Copy full SHA for 41d4c79
lib/iris/tests/unit/fileformats/nc_load_rules/helpers/test_parse_cell_methods.py
@@ -126,7 +126,7 @@ def test_badly_formatted_warning(self):
126
cell_method_strings = [
127
# "time: maximum (interval: 1 hr comment: first bit "
128
# "time: mean (interval: 1 day comment: second bit)",
129
- 'time',
+ "time",
130
"time: (interval: 1 hr comment: first bit) "
131
"time: mean (interval: 1 day comment: second bit)",
132
"time: maximum (interval: 1 hr comment: first bit) "
0 commit comments