mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe("iD.ui.geocoder", function () {
|
||||
describe("iD.ui.Geocoder", function () {
|
||||
it('can be instantiated', function () {
|
||||
var geocoder = iD.ui.geocoder();
|
||||
var geocoder = iD.ui.Geocoder();
|
||||
expect(geocoder).to.be.ok;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user