fix missing import in tests - oops

This commit is contained in:
askiiart 2025-01-12 18:05:03 -06:00
parent 187912af13
commit 9108f2d432
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -6,6 +6,7 @@ use std::{
hash::{BuildHasher, Hasher, RandomState},
};
use std::{fs::File, thread::sleep};
use std::os::unix::fs::FileExt;
/// Tests what stdout prints
#[test]