We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68abbcc commit ab0f845Copy full SHA for ab0f845
1 file changed
scalafix/tests/src/test/scala/com/dwolla/scrooge/scalafix/RuleSuite.scala
@@ -1,8 +1,8 @@
1
package com.dwolla.scrooge.scalafix
2
3
import scalafix.testkit._
4
-import org.scalatest.FunSuiteLike
+import org.scalatest.funsuite.AnyFunSuiteLike
5
6
-class RuleSuite extends AbstractSemanticRuleSuite with FunSuiteLike {
+class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSuiteLike {
7
runAllTests()
8
}
0 commit comments