From 19627828128fb7ee65dc821863ab927748635b70 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 10 Jul 2023 10:54:41 +1000 Subject: [PATCH] exchanges/qa: Adds func CheckOrderExecutionLimits to standards wrapper ignore list (#1259) --- .../exchange_wrapper_standards_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go b/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go index 68d87628..8a1135f6 100644 --- a/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go +++ b/cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go @@ -494,6 +494,7 @@ var excludedMethodNames = map[string]struct{}{ "SubscribeToWebsocketChannels": {}, // Unnecessary websocket test "GetOrderExecutionLimits": {}, // Not widely supported/implemented feature "UpdateCurrencyStates": {}, // Not widely supported/implemented feature + "CheckOrderExecutionLimits": {}, // Not widely supported/implemented feature "UpdateOrderExecutionLimits": {}, // Not widely supported/implemented feature "CanTradePair": {}, // Not widely supported/implemented feature "CanTrade": {}, // Not widely supported/implemented feature