Skip to content

Commit 924cebf

Browse files
chore: update pairs list (#266)
1 parent ad885c7 commit 924cebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/pairs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

exchange/pairs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestSplitAssetQuote(t *testing.T) {
2828
}
2929

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

0 commit comments

Comments
 (0)