Skip to content

Commit

Permalink
fix test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Dec 2, 2024
1 parent 0bfa3ff commit 453a5f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe('Openlayers layer', () => {
expect(layer).toBeTruthy();
expect(map.getLayers().getLength()).toBe(1);
});
it.only('render wms singleTile layer with error', (done) => {
it('render wms singleTile layer with error', (done) => {
mockAxios.onGet().reply(r => {
expect(r.url.indexOf('SAMPLE_URL') >= 0 ).toBeTruthy();
return [200, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
Expand Down

0 comments on commit 453a5f7

Please sign in to comment.