We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9903ba commit ba7fc4dCopy full SHA for ba7fc4d
scalafix/tests/src/test/scala/fix/RuleSuite.scala
@@ -1,8 +1,8 @@
1
package fix
2
3
-import org.scalatest.FunSuiteLike
+import org.scalatest.funsuite.AnyFunSuiteLike
4
import scalafix.testkit.AbstractSemanticRuleSuite
5
6
-class RuleSuite extends AbstractSemanticRuleSuite with FunSuiteLike {
+class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSuiteLike {
7
runAllTests()
8
}
0 commit comments