Skip to content

Commit 93c2211

Browse files
committed
complete test
1 parent 83f3cdc commit 93c2211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_normalization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def test_complicated(self):
113113
self.assertDictEqual(ca.normalize_value(beg2["base"], trim_pattern="_*"), ref2["base"])
114114
with self.assertRaises(ValueError):
115115
ca.normalize(beg2, trim_pattern="sub*")
116+
with self.assertRaises(ValueError):
117+
ca.normalize(beg2, trim_pattern="vnt*")
116118

117119

118120
if __name__ == "__main__":

0 commit comments

Comments
 (0)