Skip to content

Commit

Permalink
Fix assert import
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSerikov committed Feb 1, 2021
1 parent 6258022 commit 6e9a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/events/parsers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"math/big"
"testing"

"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
"gopkg.in/go-playground/assert.v1"
)

func Test_singleAssetBalanceParser_Parse(t *testing.T) {
Expand Down

0 comments on commit 6e9a190

Please sign in to comment.