Skip to content

Commit

Permalink
#63: Remove sample bool from test json file
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Feb 28, 2024
1 parent 627bcd9 commit dc4fa5a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions tests/unit/lb_test_data/reader_test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"type": "LBDatafile",
"attributes": {
"boolSample": true,
"intSample": 1,
"doubleSample": 2.213,
"stringSample": "abc"
Expand Down Expand Up @@ -47,13 +46,7 @@
12
],
"migratable": true,
"type": "object",
"attributes": {
"boolSample": false,
"intSample": -100,
"doubleSample": 0.0,
"stringSample": ""
}
"type": "object"
},
"node": 0,
"resource": "cpu",
Expand All @@ -74,9 +67,17 @@
"time": 3.379300005690311e-05,
"user_defined": {
"isSample": 1
},
"attributes": {
"intSample": -100,
"doubleSample": 0.0,
"stringSample": ""
}
}
]
],
"user_defined": {
"isSample": 1
}
}
]
}

0 comments on commit dc4fa5a

Please sign in to comment.