Skip to content

Commit

Permalink
correct done (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Feb 16, 2022
1 parent c2afc9c commit 0eed85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/control/logo_control.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ describe('LogoControl', () => {
map.on('sourcedata', (e) => {
if (e.isSourceLoaded && e.sourceId === 'source2' && e.sourceDataType === 'metadata') {
expect(map.getContainer().querySelectorAll('.maplibregl-ctrl-logo')).toHaveLength(1);
done();
}
});
done();
});

});
Expand Down

0 comments on commit 0eed85d

Please sign in to comment.