Skip to content

Commit eba69a9

Browse files
committedFeb 11, 2025·
docs(model): Remove a duplicate comment
That comment is already part of the `runCancellable` function, and other callers of that function also do not duplicate that comment. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 038961f commit eba69a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎model/src/test/kotlin/licenses/ResolvedLicenseInfoTest.kt

-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ class ResolvedLicenseInfoTest : WordSpec({
151151
blockingTest = true,
152152
timeout = 1.seconds
153153
) {
154-
// Run non-cancellable operation in such a way that cancellation does not wait for completion, see also
155-
// https://github.com/Kotlin/kotlinx.coroutines/issues/1449#issuecomment-522907869.
156154
runCancellable {
157155
COMPUTATION_HEAVY_RESOLVED_LICENSE_INFO.toCompoundExpression()
158156
}

0 commit comments

Comments
 (0)