Skip to content

Commit 366cf2b

Browse files
committed
fix typo
1 parent 93c2da1 commit 366cf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/jupyter_drives.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('should emit an activation console message', async ({ page }) => {
1919
logs.filter(
2020
s =>
2121
s ===
22-
'JJupyterLab extension @jupyter/drives:drives-file-browser is activated!'
22+
'JupyterLab extension @jupyter/drives:drives-file-browser is activated!'
2323
)
2424
).toHaveLength(1);
2525
});

0 commit comments

Comments
 (0)