*.c: Publish algorithm and crypto-group tables as `mapping' objects.
[catacomb-python] / t / testutils.py
index 42bbd76..b63a902 100644 (file)
@@ -165,8 +165,8 @@ class MutableMappingTestMixin (ImmutableMappingTextMixin):
 
     model.update({ 2: 212, 6: 606, 7: 707 })
     map.update({ me._mkkey(2): me._mkvalue(212),
-                 me._mkkey(6): me._mkvalue(606),
-                 me._mkkey(7): me._mkvalue(707) })
+                 me._mkkey(6): me._mkvalue(606) },
+               **{ me._mkkey(7): me._mkvalue(707) })
     check_views()
 
     model[9] = 909