Skip to content

Commit 94f423a

Browse files
authored
Update ThreadingUtilsKtTest.kt
1 parent 4a97630 commit 94f423a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/utils/ThreadingUtilsKtTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ class ThreadingUtilsKtTest {
9191
pluginAwareExecuteOnPooledThread {
9292
assertEquals(PluginResolver.fromCurrentThread().product, AWSProduct.AMAZON_Q_FOR_JET_BRAINS)
9393
}.get()
94+
95+
PluginResolver.setThreadLocal(PluginResolver.fromStackTrace(Thread.currentThread().stackTrace))
9496
}
9597
}

0 commit comments

Comments
 (0)