Fix json serialization + preloaded candle

This commit is contained in:
2025-05-23 18:11:34 +07:00
parent 2ee1322ba0
commit 564a23ddec
6 changed files with 20 additions and 21 deletions

View File

@@ -9,8 +9,8 @@ test('GMX Position Closing', async (t) => {
const result = await closeGmxPositionImpl(
sdk,
'BNB',
TradeDirection.Long
'BTC',
TradeDirection.Short
)
console.log('Position closing result:', result)
assert.ok(result, 'Position closing result should be defined')