From 07368753cb4348278f2a45641935392cbd115d38 Mon Sep 17 00:00:00 2001 From: "stephen.worsley" Date: Mon, 8 Jun 2020 16:42:09 +0100 Subject: [PATCH] fix test --- .../compiled_krb/fc_rules_cf_fc/test_get_attr_units.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_get_attr_units.py b/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_get_attr_units.py index c5e36e8d8e..b752de2370 100644 --- a/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_get_attr_units.py +++ b/lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_get_attr_units.py @@ -44,7 +44,7 @@ def test_unicode_character(self): expected_attributes = {'invalid_units': u'\u266b'} cf_var = self._make_cf_var() attr_units = get_attr_units(cf_var, attributes) - self.assertEqual(attr_units, 'unknown') + self.assertEqual(attr_units, '?') self.assertEqual(attributes, expected_attributes)