fix tests

This commit is contained in:
Michael Sippel 2025-02-04 14:34:55 +01:00
parent 06b0e66931
commit da74c73de1
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -1,5 +1,5 @@
use {
crate::{dict::*, morphism::*, parser::*, TypeTerm}
crate::{dict::*, parser::*, unparser::*, morphism::*, TypeTerm}
};
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
@ -27,7 +27,6 @@ impl Morphism for DummyMorphism {
}
}
#[test]
fn test_morphism_path() {
let mut dict = BimapTypeDict::new();
let mut base = MorphismBase::<DummyMorphism>::new( dict.add_typename("Seq".into()) );