mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix unit tests
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user