fix tests

pull/4651/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ impl<'a> Iterator for ChangeIterator<'a> {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use super::*; use super::*;
use crate::State; use crate::history::State;
#[test] #[test]
fn composition() { fn composition() {