Skip to content

Commit a6f2224

Browse files
committed
(Minor test macro fix)
1 parent c561648 commit a6f2224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ macro_rules! test_pl_common {
5555
assert_ne!(pl, pl_default);
5656

5757
let pl2 = pl.copy();
58-
assert_eq!(pl.class()?, $plc);
58+
assert_eq!(pl2.class()?, $plc);
5959
assert_eq!(pl2, pl);
6060
assert_ne!(pl2, pl_default);
6161
};

0 commit comments

Comments
 (0)