Skip to content

Commit

Permalink
fix tests (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt authored Oct 24, 2024
1 parent b91c253 commit 50bfb11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/dataset.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ test('Test composition of selections', async () => {
});

await selectNothing.applyToAllLoadedTiles();
const v = selectNothing.get();
console.log(v);
assert.is(selectNothing.selectionSize, 0);
});

test('Test sorting of selections', async () => {
Expand Down

0 comments on commit 50bfb11

Please sign in to comment.