Skip to content

Commit 174adb7

Browse files
committed
lint
1 parent dbd0a8d commit 174adb7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ui-tests/tests/jupyterlab_web_bluetooth_manager.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ test('should emit an activation console message', async ({ page }) => {
1616
await page.goto();
1717

1818
expect(
19-
logs.filter(
20-
s => s === 'JupyterLab bluetooth-manager-plugin is activated!'
21-
)
19+
logs.filter(s => s === 'JupyterLab bluetooth-manager-plugin is activated!')
2220
).toHaveLength(1);
2321
});

0 commit comments

Comments
 (0)