forked from M-Labs/nac3
test: add missing id_to_name entry
This commit is contained in:
parent
ee2c0d8bab
commit
613020a717
|
@ -111,6 +111,7 @@ impl TestEnvironment {
|
||||||
(2, "float".into()),
|
(2, "float".into()),
|
||||||
(3, "bool".into()),
|
(3, "bool".into()),
|
||||||
(4, "none".into()),
|
(4, "none".into()),
|
||||||
|
(5, "range".into()),
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.cloned()
|
.cloned()
|
||||||
|
|
Loading…
Reference in New Issue