We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b56ce commit af1c643Copy full SHA for af1c643
test/common/iServer/ImageServiceSpec.js
@@ -35,7 +35,6 @@ describe('ImageService', () => {
35
var getCollectionsProcessCompleted = (res) => {
36
try {
37
var result = res.result;
38
- expect(result.eventId).toBeUndefined();
39
expect(result).not.toBeNull();
40
expect(result.length).toEqual(1);
41
expect(result[0].id).toEqual('Sentinel-2');
0 commit comments