aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca/test_tree.py')
-rw-r--r--test/sca/test_tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sca/test_tree.py b/test/sca/test_tree.py
index 234732d..a9638c5 100644
--- a/test/sca/test_tree.py
+++ b/test/sca/test_tree.py
@@ -13,6 +13,7 @@ def test_map():
assert dmap.codomain == {True, False}
assert dmap.mapping.index.tolist() == [0, 1]
assert set(dmap.cfg_map.index) == cfgs
+ assert dmap.cfgs == cfgs
io_map = {"a": {1: 5, 2: 7}, "b": {1: 3}}
dmap = Map.from_io_maps(cfgs, io_map)