Skip to content

Commit

Permalink
fix(map): add property to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY authored and yairtawil committed Dec 28, 2017
1 parent 37ce9e5 commit ebfd5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app/app-effects/effects/map.app.effects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ describe('MapAppEffects', () => {
communicatorIds: communicators
})
});
const expectedResults = cold('--b--', { b: new DisplayOverlayAction({ overlay, mapId: 'imagery1' }) });
const expectedResults = cold('--b--', { b: new DisplayOverlayAction({ overlay, mapId: 'imagery1', ignoreRotation: true }) });
expect(mapAppEffects.displayOverlayOnNewMapInstance$).toBeObservable(expectedResults);
});

Expand Down

0 comments on commit ebfd5cb

Please sign in to comment.