Skip to content

Commit

Permalink
chore: update pairs list (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-brito authored May 15, 2023
1 parent ad885c7 commit 924cebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exchange/pairs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exchange/pairs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestSplitAssetQuote(t *testing.T) {
}

func TestUpdatePairFile(t *testing.T) {
t.Skip() // it is not a test, just an utilitary to update paris list
t.Skip() // it is not a test, just utility function to update pairs list
err := updateParisFile()
require.NoError(t, err)
}

0 comments on commit 924cebf

Please sign in to comment.