We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c561648 commit a6f2224Copy full SHA for a6f2224
tests/test_plist.rs
@@ -55,7 +55,7 @@ macro_rules! test_pl_common {
55
assert_ne!(pl, pl_default);
56
57
let pl2 = pl.copy();
58
- assert_eq!(pl.class()?, $plc);
+ assert_eq!(pl2.class()?, $plc);
59
assert_eq!(pl2, pl);
60
assert_ne!(pl2, pl_default);
61
};
0 commit comments