Skip to content

Commit b3571d2

Browse files
committed
Fix tests for aefc1b1
Make private type in tests public
1 parent aefc1b1 commit b3571d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn new_with_two_args() {
8787
assert_eq!(*obj._data2(py), 20);
8888
}
8989

90-
struct TestDropCall {
90+
pub struct TestDropCall {
9191
drop_called: Arc<AtomicBool>
9292
}
9393
impl Drop for TestDropCall {

0 commit comments

Comments
 (0)