Fix unit tests

This commit is contained in:
Nikola Plesa
2020-07-27 10:05:03 +02:00

View File

@@ -253,7 +253,11 @@ describe('iD.serviceOpenstreetcam', function() {
expect(res).to.deep.eql([{
type: 'LineString',
coordinates: [[10,0], [10,0], [10,1]],
properties: { key: '100' }
properties: {
captured_at: undefined,
captured_by: undefined,
key: '100'
}
}]);
});
});