Skip to content

Commit 4c834dd

Browse files
authored
change lgo to boolean primitive (#36)
1 parent 1bba5d4 commit 4c834dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/valid-seq-json/all-possible-fields.seq.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metadata": {
44
"onboard_path": "/eng",
55
"onboard_name": "test.mod",
6-
"lgo": { "boolean": false },
6+
"lgo": false,
77
"other_arbitrary_metadata": "test_metadata"
88
},
99
"locals": [
@@ -280,14 +280,14 @@
280280
}
281281
],
282282
"string_arg": "Note Test.",
283-
"time": { "type": "BLOCK_RELATIVE" , "tag": "00:30:00"},
283+
"time": { "type": "BLOCK_RELATIVE", "tag": "00:30:00" },
284284
"type": "note",
285285
"metadata": { "listfield": ["1", 2] }
286286
}
287-
],
288-
"time": { "tag": "2020-173T20:00:00.000", "type": "ABSOLUTE" },
289-
"type": "request"
290-
},
287+
],
288+
"time": { "tag": "2020-173T20:00:00.000", "type": "ABSOLUTE" },
289+
"type": "request"
290+
},
291291
{
292292
"description": "Ground-epoch timed request object with all possible fields",
293293
"ground_epoch": { "delta": "+00:30:00", "name": "test_ground_epoch" },

test/valid-seq-json/metadata.seq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"metadata": {
44
"onboard_path": "/eng",
55
"onboard_name": "test.mod",
6-
"lgo": { "boolean": false },
6+
"lgo": false,
77
"other_arbitrary_metadata": "test_metadata"
88
}
99
}

0 commit comments

Comments
 (0)