Skip to content

Commit

Permalink
feat: enable tracing in integration tests (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Nov 15, 2022
1 parent e1a44a4 commit 0801fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/integration/src/tester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ where
configure(&mut nc);

let mut mc = nc.for_epoch(0, state_root);
mc.set_base_fee(TokenAmount::from_atto(DEFAULT_BASE_FEE));
mc.set_base_fee(TokenAmount::from_atto(DEFAULT_BASE_FEE))
.enable_tracing();

let machine = DefaultMachine::new(
&Engine::new_default((&mc.network.clone()).into())?,
Expand Down

0 comments on commit 0801fd8

Please sign in to comment.