Skip to content

Commit

Permalink
Merge pull request #118 from scalacenter/scalafix011
Browse files Browse the repository at this point in the history
scalafix 0.11.x
  • Loading branch information
bjaglin authored Oct 15, 2023
2 parents a99a266 + d258b18 commit 1d3322e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/scalafix/tests/src/test/scala/fix/RuleSuite.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fix

import scalafix.testkit._
import org.scalatest.FunSuiteLike
import org.scalatest.funsuite.AnyFunSuiteLike

class RuleSuite extends AbstractSemanticRuleSuite with FunSuiteLike {
class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSuiteLike {
runAllTests()
}

0 comments on commit 1d3322e

Please sign in to comment.