refactor: orientation #24498
test.yml
on: pull_request
pre-job
4s
Test & Lint Server
1m 42s
Unit Test CLI
20s
Unit Test CLI (Windows)
41s
Test & Lint Web
4m 29s
End-to-End Lint
25s
End-to-End Tests (Server & CLI)
3m 12s
End-to-End Tests (Web)
2m 51s
Unit Test Mobile
2m 44s
Unit Test ML
0s
Annotations
5 errors
TypeORM Checks
Process completed with exit code 1.
|
src/api/specs/asset.e2e-spec.ts > /asset > POST /assets > should upload and generate a thumbnail for different file types:
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
|
End-to-End Tests (Server & CLI)
Process completed with exit code 1.
|
Unit Test Mobile
10 tests passed, 11 failed, 3 skipped.
|
Unit Test Mobile
Process completed with exit code 1.
|