File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export async function resetSingletonState(): Promise<void> {
5454 { keyboardManager } ,
5555 { pinnedMessageManager } ,
5656 { stopEventListening } ,
57- { __resetBusyReconciliationForTests } ,
5857 { __resetSessionDirectoryCacheForTests } ,
5958 loggerModule ,
6059 ] = await Promise . all ( [
@@ -66,13 +65,11 @@ export async function resetSingletonState(): Promise<void> {
6665 import ( "../../src/keyboard/manager.js" ) ,
6766 import ( "../../src/pinned/manager.js" ) ,
6867 import ( "../../src/opencode/events.js" ) ,
69- import ( "../../src/bot/utils/busy-reconciliation.js" ) ,
7068 import ( "../../src/session/cache-manager.js" ) ,
7169 import ( "../../src/utils/logger.js" ) ,
7270 ] ) ;
7371
7472 stopEventListening ( ) ;
75- __resetBusyReconciliationForTests ( ) ;
7673 questionManager . clear ( ) ;
7774 permissionManager . clear ( ) ;
7875 renameManager . clear ( ) ;
You can’t perform that action at this time.
0 commit comments