Skip to content

Commit

Permalink
fixup! Deribit: Fix race on Setup with optionsRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 12, 2024
1 parent a6e200f commit a196533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/deribit/deribit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3759,7 +3759,7 @@ func TestOptionPairToString(t *testing.T) {
{Delimiter: currency.DashDelimiter, Base: currency.MATIC, Quote: currency.NewCode("USDC-8JUN24-0D99-P")}: "MATIC_USDC-8JUN24-0d99-P",
{Delimiter: currency.DashDelimiter, Base: currency.MATIC, Quote: currency.NewCode("USDC-6DEC29-0D87-C")}: "MATIC_USDC-6DEC29-0d87-C",
} {
assert.Equal(t, exp, d.optionPairToString(pair), "optionPairToString must return correctly")
assert.Equal(t, exp, d.optionPairToString(pair), "optionPairToString should return correctly")
}
}

Expand Down

0 comments on commit a196533

Please sign in to comment.