Skip to content

Commit 2762a63

Browse files
committed
update tests
1 parent 2f1049f commit 2762a63

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
@@ -820,7 +820,6 @@ test('should handle tool list changed notification with auto refresh', async ()
820820
},
821821
{
822822
toolListChangedOptions: {
823-
autoRefresh: true,
824823
onToolListChanged: (err, tools) => {
825824
notifications.push([err, tools]);
826825
}
@@ -908,6 +907,7 @@ test('should handle tool list changed notification with manual refresh', async (
908907
{
909908
toolListChangedOptions: {
910909
autoRefresh: false,
910+
debounceMs: 0,
911911
onToolListChanged: (err, tools) => {
912912
notifications.push([err, tools]);
913913
}

0 commit comments

Comments
 (0)