Skip to content

Commit 6dffe6f

Browse files
committed
fixing the tests for the json ingest of a strategy
1 parent c4c702f commit 6dffe6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/jsonParser.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ - (void)testValidJsonParsing {
3131
"UUID": "",
3232
"TRADING_VARIABLES": {
3333
"STRATEGY": "OHLC_RSI",
34-
"STOP_DISTANCE_IN_PIPS": 1,
35-
"LIMIT_DISTANCE_IN_PIPS": 1,
36-
"TRADING_SIZE": 1
34+
"STOP_DISTANCE_IN_PIPS": "1",
35+
"LIMIT_DISTANCE_IN_PIPS": "1",
36+
"TRADING_SIZE": "1"
3737
},
3838
"OHLC_VARIABLES": [
3939
{

0 commit comments

Comments
 (0)