Correct test for remove method.

This commit is contained in:
Marc Jansen
2012-06-25 22:43:22 +02:00
parent 6d84d4d3a1
commit f2577bbf12

View File

@@ -197,7 +197,7 @@ describe("ol.geom.multipoint", function() {
describe("the method 'remove'", function() {
it("exists", function(){
expect( mp.add ).toBeA( Function );
expect( mp.remove ).toBeA( Function );
});
it("works with a single point", function(){