mirror of
https://github.com/TheM1Stery/izanami.git
synced 2025-04-20 00:41:11 +00:00
chore: remove the print statements from the test case
lol
This commit is contained in:
parent
5988cd84ef
commit
59ce325374
@ -171,10 +171,6 @@ mod tests {
|
|||||||
.map(|x| x.t_type)
|
.map(|x| x.t_type)
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
println!("actual: {:?}", actual_tokens);
|
|
||||||
|
|
||||||
println!("expected: {:?}", expected_tokens);
|
|
||||||
|
|
||||||
assert!(do_cols_match(&actual_tokens, &expected_tokens));
|
assert!(do_cols_match(&actual_tokens, &expected_tokens));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user