Skip to content

Commit c209878

Browse files
jamesmosysMSStephen
authored andcommitted
Now iwht fixed tests
1 parent c181f2e commit c209878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/resources/classic/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"height",
7070
"width"
7171
],
72-
"description": "Height and width of the active area of the camera sensor in microns",
72+
"description": "Height and width of the active area of the camera sensor in millimeters",
7373
"additionalProperties": false,
7474
"units": "millimeter"
7575
},

src/test/resources/classic/subschemas/static_camera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimum": 0.0
2020
}
2121
},
22-
"description": "Height and width of the active area of the camera sensor in microns",
22+
"description": "Height and width of the active area of the camera sensor in millimeters",
2323
"units": "millimeter"
2424
},
2525
"activeSensorResolution": {

0 commit comments

Comments
 (0)