Fix the the 'remove' exists test.

This commit is contained in:
Marc Jansen
2012-06-22 17:24:22 +02:00
parent a235613238
commit bddb84ec14
+1 -2
View File
@@ -194,10 +194,9 @@ describe("ol.geom.linestring", function() {
}); });
}); });
describe("the method 'remove'", function() { describe("the method 'remove'", function() {
it("exists", function(){ it("exists", function(){
expect( ls.add ).toBeA( Function ); expect( ls.remove ).toBeA( Function );
}); });
it("works with a single point", function(){ it("works with a single point", function(){