Skip to content

Commit e49f7af

Browse files
committed
fixup! Subscriptions: Fix Subscription Pairs validated
1 parent 97d3501 commit e49f7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchanges/subscription/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestExpandTemplates(t *testing.T) {
8585
equalLists(t, exp, got)
8686

8787
// Users can specify pairs which aren't available, even across diverse assets
88-
// Use-case: Coinbasepro user sub for futures BTC-USD would return all BTC pairs and all USD pairs, even though BTC-USD might not be enabled op available
88+
// Use-case: Coinbasepro user sub for futures BTC-USD would return all BTC pairs and all USD pairs, even though BTC-USD might not be enabled or available
8989
p := currency.Pairs{currency.NewPairWithDelimiter("BEAR", "PEAR", "🐻")}
9090
got, err = List{{Channel: "expand-pairs", Asset: asset.All, Pairs: p}}.ExpandTemplates(e)
9191
require.NoError(t, err, "Must not error with fictional pairs")

0 commit comments

Comments
 (0)