Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Oct 6, 2022
1 parent d030038 commit 4c4bb55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions etc/upversion_nay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ tests/envelope.tests/example2.json
tests/envelope.tests/errors1.json
tests/state.tests/makemodel_upgrade.json tests message upgrade from v1
tests/config.tests/errors.json
tests/state.tests/errors.json test complete message upgrade pathway
2 changes: 1 addition & 1 deletion tests/state.tests/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This is NOT an example of how to report errors :-/.
//
{
"version": "1.4.1",
"version": 1,
"timestamp": "2018-08-26T21:39:29.364Z",
"id": "monkey_brains",
"system": {
Expand Down
9 changes: 6 additions & 3 deletions tests/state.tests/fcu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"version": "1.4.1",
"timestamp": "2019-01-17T14:02:29.364Z",
"system": {
"make_model": "EasyIO FW-14",
"firmware": {
"version": "3.2a"
"hardware": {
"make": "EasyIO",
"model": "FW-14"
},
"software": {
"firmware": "3.2a"
},
"serial_no": "182732142",
"last_config": "2019-01-14T21:49:29.364Z",
Expand Down

0 comments on commit 4c4bb55

Please sign in to comment.