Skip to content

Commit ba7fc4d

Browse files
onsaharmanbilge
authored andcommitted
fix: RuleSuite
1 parent c9903ba commit ba7fc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package fix
22

3-
import org.scalatest.FunSuiteLike
3+
import org.scalatest.funsuite.AnyFunSuiteLike
44
import scalafix.testkit.AbstractSemanticRuleSuite
55

6-
class RuleSuite extends AbstractSemanticRuleSuite with FunSuiteLike {
6+
class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSuiteLike {
77
runAllTests()
88
}

0 commit comments

Comments
 (0)