Skip to content

Commit

Permalink
no need to pass zerolog
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-e-davidson3 committed Sep 2, 2022
1 parent 464c31b commit de3ea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/fvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ func TestEnforcingComputationLimit(t *testing.T) {
func TestStorageCapacity(t *testing.T) {
t.Run("Storage capacity updates on FLOW transfer", newVMTest().
withContextOptions(
fvm.WithTransactionProcessors(fvm.NewTransactionInvoker(zerolog.Nop())),
fvm.WithTransactionProcessors(fvm.NewTransactionInvoker()),
fvm.WithCadenceLogging(true),
).
withBootstrapProcedureOptions(
Expand Down

0 comments on commit de3ea5f

Please sign in to comment.