We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c702f commit 6dffe6fCopy full SHA for 6dffe6f
1 file changed
tests/jsonParser.mm
@@ -31,9 +31,9 @@ - (void)testValidJsonParsing {
31
"UUID": "",
32
"TRADING_VARIABLES": {
33
"STRATEGY": "OHLC_RSI",
34
- "STOP_DISTANCE_IN_PIPS": 1,
35
- "LIMIT_DISTANCE_IN_PIPS": 1,
36
- "TRADING_SIZE": 1
+ "STOP_DISTANCE_IN_PIPS": "1",
+ "LIMIT_DISTANCE_IN_PIPS": "1",
+ "TRADING_SIZE": "1"
37
},
38
"OHLC_VARIABLES": [
39
{
0 commit comments