Skip to content

Commit

Permalink
Updating usage of runWriteAction to non-deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed Jun 22, 2024
1 parent 4c05414 commit 2243be4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package io.kotest.plugin.intellij.intentions

import com.intellij.openapi.application.runWriteAction
import com.intellij.openapi.command.CommandProcessor
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase
import io.kotest.matchers.shouldBe
import org.jetbrains.kotlin.idea.core.moveCaret
import org.jetbrains.kotlin.idea.util.application.runWriteAction
import java.nio.file.Paths

class AssertSoftlyIntentionTest : LightJavaCodeInsightFixtureTestCase() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package io.kotest.plugin.intellij.intentions

import com.intellij.openapi.application.runWriteAction
import com.intellij.openapi.command.CommandProcessor
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase
import io.kotest.matchers.collections.shouldBeEmpty
import io.kotest.matchers.shouldBe
import org.jetbrains.kotlin.idea.core.moveCaret
import org.jetbrains.kotlin.idea.util.application.runWriteAction
import java.nio.file.Paths

class BangIntentionTest : LightJavaCodeInsightFixtureTestCase() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package io.kotest.plugin.intellij.intentions

import com.intellij.openapi.application.runWriteAction
import com.intellij.openapi.command.CommandProcessor
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase
import io.kotest.matchers.shouldBe
import org.jetbrains.kotlin.idea.core.moveCaret
import org.jetbrains.kotlin.idea.util.application.runWriteAction
import java.nio.file.Paths

class ShouldThrowIntentionTest : LightJavaCodeInsightFixtureTestCase() {
Expand Down

0 comments on commit 2243be4

Please sign in to comment.