Skip to content

Commit 0976c3c

Browse files
committed
revert tests/lib.rs
1 parent c03409a commit 0976c3c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

workspace/tests/src/lib.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ impl Loader {
8888
}
8989
result.unwrap().into()
9090
}
91-
92-
pub fn load_binary_dbg(
93-
&self,
94-
context: &mut ckb_testtool::context::Context,
95-
name: &str,
96-
) -> Bytes {
97-
let mut path = self.0.clone();
98-
path.push(name);
99-
100-
context.load_binary(path)
101-
}
10291
}
10392

10493
// This helper method runs Context::verify_tx, but in case error happens,

0 commit comments

Comments
 (0)