Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shibaeff committed Sep 9, 2024
1 parent 2675750 commit 3e1423b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/chain/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package chain

import (
"encoding/json"
"github.com/stretchr/testify/require"
"io"
"os"
"testing"
Expand Down Expand Up @@ -90,7 +89,7 @@ func TestOfacList(t *testing.T) {
network,
common.OptionGasPrices(client.DefaultGasPriceWithDenom),
)
require.Error(t, err)
assert.Error(t, err)
err = os.Remove(getOfacListPath())
assert.NoError(t, err)
err = DownloadOfacList()
Expand Down

0 comments on commit 3e1423b

Please sign in to comment.