Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevmaxim committed Jan 20, 2021
1 parent d5c39ba commit 1790c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ internal open class ParallelThreadsRunner(
}

override fun needsTransformation() = true
override fun createTransformer(cv: ClassVisitor): ClassVisitor = CancellabilitySupportClassTransformer(cv)
override fun createTransformer(cv: ClassVisitor) = CancellabilitySupportClassTransformer(cv)

override fun constructStateRepresentation() =
stateRepresentationFunction?.let{ getMethod(testInstance, it) }?.invoke(testInstance) as String?
Expand Down

0 comments on commit 1790c3e

Please sign in to comment.