You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gazbert
changed the title
Fix Kraken TestPairPrecisionConfigImpl unit test
Fix Kraken Exchange Adapter unit test
Nov 14, 2024
gazbert
changed the title
Fix Kraken Exchange Adapter unit test
Fix Kraken Exchange Adapter getMinimumOrderVolume() unit test
Nov 14, 2024
gazbert
changed the title
Fix Kraken Exchange Adapter getMinimumOrderVolume() unit test
Fix Kraken Exchange Adapter testGettingMinOrderVolumeIfAvailable() unit test
Nov 14, 2024
gazbert
changed the title
Fix Kraken Exchange Adapter testGettingMinOrderVolumeIfAvailable() unit test
Fix Kraken Exchange Adapter unit test
Nov 14, 2024
gazbert
changed the title
Fix Kraken Exchange Adapter unit test
Fix Kraken testGettingMinOrderVolumeIfAvailable() unit test
Nov 14, 2024
The test makes an actual call to the exchange to get the values used in the test assertions - too brittle!
Test to fix:
https://github.com/gazbert/bxbot/blob/3733bcb187c29365f74d6621f2ce2dbc287fddee/bxbot-exchanges/src/test/java/com/gazbert/bxbot/exchanges/TestKrakenExchangeAdapter.java#L1105C15-L1105C51
Patched:
f9a2a4a#diff-e4b2fe7ddebc9096854b04778f49ad546020a701b4a6268d000c2f40bdcd6e70
Change test so that it mocks out the network call.
The text was updated successfully, but these errors were encountered: