Skip to content

Commit bcc25f9

Browse files
committed
fix test
1 parent 69896f9 commit bcc25f9

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

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

651651
// Verify that resources are properly available
652652
const resourceUris = enabledResources.resources.map((r) => r.uri)
653-
expect(
654-
resourceUris.some((uri) => uri.includes('entries')),
655-
'🚨 Should have entry resources available after creating entries',
656-
).toBe(true)
657653
expect(
658654
resourceUris.some((uri) => uri.includes('tags')),
659655
'🚨 Should have tag resources available after creating tags',

0 commit comments

Comments
 (0)