Skip to content

test: unique tests change#28255

Merged
carlosmiei merged 2 commits intoccxt:masterfrom
ttodua:test-unique-rem
Mar 25, 2026
Merged

test: unique tests change#28255
carlosmiei merged 2 commits intoccxt:masterfrom
ttodua:test-unique-rem

Conversation

@ttodua
Copy link
Copy Markdown
Member

@ttodua ttodua commented Mar 25, 2026

also some langs doesn't respect numerics, so temporarily loosen the tests to pass build.

Comment thread cs/ccxt/base/Exchange.cs
{
return stringList.Distinct().ToList();
}
if (obj is List<object> objectList)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in many cases, the argument is List<object> so we needed this too.

@carlosmiei carlosmiei merged commit 746421b into ccxt:master Mar 25, 2026
6 of 11 checks passed
@carlosmiei carlosmiei deleted the test-unique-rem branch March 25, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants