Skip to content

Commit 841f0dc

Browse files
committed
Modify test
1 parent f619faf commit 841f0dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const extension: JupyterFrontEndPlugin<void> = {
5555
menu: IMainMenu,
5656
launcher: ILauncher
5757
) => {
58-
console.log('JupyterLab extension URDF is activated!');
58+
console.log('JupyterLab extension URDF is activated!');
5959
const { commands } = app;
6060

6161
// Tracker

ui-tests/tests/jupyterlab_urdf.spec.ts

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

1818
expect(
19-
logs.filter(s => s === 'JupyterLab extension jupyterlab_urdf is activated!')
19+
logs.filter(s => s === 'JupyterLab extension URDF is activated!')
2020
).toHaveLength(1);
2121
});

0 commit comments

Comments
 (0)