Fix closing tag in tests

This commit is contained in:
Tom Payne
2014-02-04 15:18:02 +01:00
parent 62114a73e2
commit 2b268e284e

View File

@@ -1411,7 +1411,7 @@ describe('ol.format.KML', function() {
' <Folder>' +
' <Placemark/>' +
' </Folder>' +
' <Document>' +
' </Document>' +
'</kml>';
expect(format.readName(kml)).to.be(undefined);
});