Skip to content

Commit 88186fd

Browse files
committed
Fix order of operations setting tee flag
1 parent 076c8b6 commit 88186fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

espresso/devnet-tests/batcher_restart_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ func testRestart(t *testing.T, tee bool) {
2424
defer cancel()
2525

2626
d := NewDevnet(ctx, t)
27+
d.tee = tee
28+
2729
require.NoError(t, d.Up())
2830
defer func() {
2931
require.NoError(t, d.Down())
3032
}()
3133

32-
d.tee = tee
33-
3434
// Send a transaction just to check that everything has started up ok.
3535
require.NoError(t, d.RunSimpleL2Burn())
3636

0 commit comments

Comments
 (0)