Skip to content

Commit 3c55425

Browse files
chipgptmattzcarey
authored andcommitted
update tests
1 parent 3613bc0 commit 3c55425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,6 @@ test('should handle tool list changed notification with auto refresh', async ()
12761276
},
12771277
{
12781278
toolListChangedOptions: {
1279-
autoRefresh: true,
12801279
onToolListChanged: (err, tools) => {
12811280
notifications.push([err, tools]);
12821281
}
@@ -1364,6 +1363,7 @@ test('should handle tool list changed notification with manual refresh', async (
13641363
{
13651364
toolListChangedOptions: {
13661365
autoRefresh: false,
1366+
debounceMs: 0,
13671367
onToolListChanged: (err, tools) => {
13681368
notifications.push([err, tools]);
13691369
}

0 commit comments

Comments
 (0)