Skip to content

Commit 4169d46

Browse files
committed
test: rename
1 parent ee5b17e commit 4169d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/notebooks/deepnote/deepnoteTreeDataProvider.unit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ suite('DeepnoteTreeDataProvider', () => {
8585
assert.isArray(children);
8686
});
8787

88-
test('should return loading item on first call with correct properties', async () => {
88+
test('should return array on first call without workspace', async () => {
8989
const newProvider = new DeepnoteTreeDataProvider();
9090

9191
// First call - just verify it returns an array and doesn't throw
9292
const children = await newProvider.getChildren();
9393
assert.isArray(children);
94-
// In test environment, may return empty or loading based on timing
94+
// In test environment without workspace, may return empty or loading based on timing
9595

9696
if (newProvider && typeof newProvider.dispose === 'function') {
9797
newProvider.dispose();

0 commit comments

Comments
 (0)