Skip to content

Commit a86aad4

Browse files
Fixed tests
1 parent 0eb32bc commit a86aad4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pkg/solver/loracloud/loracloud_test.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,14 @@ func TestDeliverUplinkMessage(t *testing.T) {
9090
"streamport": 5,
9191
"gnssngport": 6
9292
},
93-
"operation": "other"
93+
"position_solution": {
94+
"algorithm_type": "gnssng",
95+
"llh": [51.49278, 53.0212, 0],
96+
"accuracy": 20.7,
97+
"gdop": 2.48,
98+
"capture_time_utc": 1722433373.18046
99+
},
100+
"operation": "gnss"
94101
}
95102
}`))
96103
})

0 commit comments

Comments
 (0)