refactor: orientation #24498
Annotations
2 errors
e2e/src/api/specs/asset.e2e-spec.ts#L1175
AssertionError: expected { make: 'NIKON CORPORATION', …(21) } to match object { make: 'NIKON CORPORATION', …(11) }
(10 matching properties omitted from actual)
- Expected
+ Received
Object {
"dateTimeOriginal": "2016-09-22T22:10:29.060Z",
"exposureTime": "1/400",
"fNumber": 11,
"fileSizeInByte": 15856335,
"focalLength": 85,
"iso": 200,
"latitude": null,
"longitude": null,
"make": "NIKON CORPORATION",
"model": "NIKON D700",
- "orientation": "1",
+ "orientation": 1,
"timeZone": "UTC-5",
}
❯ src/api/specs/asset.e2e-spec.ts:1175:32
|
|
The logs for this run have expired and are no longer available.
Loading