mirror of https://github.com/0xplaygrounds/rig
Merge fb0a033fb0
into c7d4851e32
This commit is contained in:
commit
f4e93057ce
|
@ -268,6 +268,6 @@ mod tests {
|
||||||
expected.sort();
|
expected.sort();
|
||||||
|
|
||||||
assert!(!actual.is_empty());
|
assert!(!actual.is_empty());
|
||||||
assert!(expected == actual)
|
assert_eq!(expected, actual);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue