Commit 1abd6a3b authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: tests

...@@ -86,8 +86,8 @@ platform_status_schema = { ...@@ -86,8 +86,8 @@ platform_status_schema = {
"type": "number", "type": "number",
"format": "float", "format": "float",
"description": "Target depth in metres", "description": "Target depth in metres",
"example": 50, "example": 50.0,
"default": 0, "default": 0.0,
}, },
"altitude": { "altitude": {
"type": "number", "type": "number",
......
...@@ -493,8 +493,8 @@ platform_status_schema = { ...@@ -493,8 +493,8 @@ platform_status_schema = {
"type": "number", "type": "number",
"format": "float", "format": "float",
"description": "Target depth in metres", "description": "Target depth in metres",
"example": 50, "example": 50.0,
"default": 0, "default": 0.0,
}, },
"altitude": { "altitude": {
"type": "number", "type": "number",
......
...@@ -517,9 +517,9 @@ ...@@ -517,9 +517,9 @@
"type": "number" "type": "number"
}, },
"depth": { "depth": {
"default": 0, "default": 0.0,
"description": "Target depth in metres", "description": "Target depth in metres",
"example": 50, "example": 50.0,
"format": "float", "format": "float",
"type": "number" "type": "number"
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment