Skip to content

Commit

Permalink
attempt to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 18, 2024
1 parent 73e2641 commit d89815f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions model/convert/service_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import (
"fmt"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/onflow/cadence"
"github.com/onflow/cadence/encoding/ccf"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/onflow/flow-go/fvm/systemcontracts"
"github.com/onflow/flow-go/model/convert"
Expand Down Expand Up @@ -59,7 +58,6 @@ func TestEventConversion(t *testing.T) {
},
)


t.Run(
"epoch setup with short random source", func(t *testing.T) {

Expand Down

0 comments on commit d89815f

Please sign in to comment.