fix tests

This commit is contained in:
Blaž Hrastnik 2022-11-08 21:48:56 +09:00
parent 7ed9e9cf25
commit cd8bbbc044
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

View File

@ -577,7 +577,7 @@ fn next(&mut self) -> Option<Self::Item> {
#[cfg(test)]
mod test {
use super::*;
use crate::State;
use crate::history::State;
#[test]
fn composition() {