Skip to content

Commit 8b494bf

Browse files
committed
fix test
Closes #18
1 parent d81fd5c commit 8b494bf

File tree

1 file changed

+0
-4
lines changed
  • exercises/05.changes/02.problem.resources-list-changed/src

1 file changed

+0
-4
lines changed

exercises/05.changes/02.problem.resources-list-changed/src/index.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,6 @@ test('ListChanged notification: resources', async () => {
652652

653653
// Verify that resources are properly available
654654
const resourceUris = enabledResources.resources.map((r) => r.uri)
655-
expect(
656-
resourceUris.some((uri) => uri.includes('entries')),
657-
'🚨 Should have entry resources available after creating entries',
658-
).toBe(true)
659655
expect(
660656
resourceUris.some((uri) => uri.includes('tags')),
661657
'🚨 Should have tag resources available after creating tags',

0 commit comments

Comments
 (0)