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 c7efb05 commit c2c32c6Copy full SHA for c2c32c6
src/hyperlight_host/src/func/call_ctx.rs
@@ -239,10 +239,6 @@ mod tests {
239
240
#[test]
241
fn ensure_multiusesandbox_multi_calls_dont_reset_state() {
242
- env_logger::builder()
243
- .filter_module("hyperlight", log::LevelFilter::Trace)
244
- .filter_level(log::LevelFilter::Info)
245
- .init();
246
let sandbox = TestSandbox::new();
247
let result = sandbox.call_add_to_static_multiple_times(5);
248
assert!(result.is_ok());
0 commit comments