Skip to content

Commit

Permalink
test: Check the executor parameter usage of all Cffu/CffuFactory meth…
Browse files Browse the repository at this point in the history
…ods that has Executor parameter 🧵
  • Loading branch information
oldratlee committed Nov 30, 2024
1 parent b323746 commit c3b5ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fun assertRunningByFjCommonPool(callingThread: Thread) {

val actualMsg = "actual" +
(if (!runInCallingThread) " not" else "") +
"running in calling thread" +
" running in calling thread" +
(if (!runInCpThread) " not" else "") +
" running in common pool thread"

Expand Down

0 comments on commit c3b5ea3

Please sign in to comment.