File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ rand = "0.8.4"
33
33
pretty_assertions = " 1.1.0"
34
34
test-case = " 1.2.3"
35
35
testcontainers = { git = " https://github.com/kezhuw/testcontainers-rs.git" , branch = " zookeeper-client" }
36
- speculoos = " 0.9.0 "
36
+ assertor = " 0.0.2 "
37
37
assert_matches = " 1.5.0"
38
38
tempfile = " 3.6.0"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ impl<'a> ChrootPath<'a> {
98
98
99
99
#[ cfg( test) ]
100
100
mod tests {
101
- use speculoos :: prelude :: * ;
101
+ use assertor :: * ;
102
102
use test_case:: test_case;
103
103
104
104
use super :: * ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ use std::time::Duration;
2
2
use std:: { fs, future} ;
3
3
4
4
use assert_matches:: assert_matches;
5
+ use assertor:: * ;
5
6
use pretty_assertions:: assert_eq;
6
7
use rand:: distributions:: Standard ;
7
8
use rand:: { self , Rng } ;
8
- use speculoos:: prelude:: * ;
9
9
#[ allow( unused_imports) ]
10
10
use tempfile:: { tempdir, TempDir } ;
11
11
use testcontainers:: clients:: Cli as DockerCli ;
You can’t perform that action at this time.
0 commit comments