Skip to content

Commit

Permalink
scalafix: fix RuleSuite to use latest scalatest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Jul 19, 2023
1 parent 8b09f40 commit 6da7879
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

package org.apache.pekko.http.fix

import org.scalatest.FunSpecLike
import org.scalatest.funspec.AnyFunSpecLike
import scalafix.testkit.AbstractSemanticRuleSuite

class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike {
class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike {
runAllTests()
}

0 comments on commit 6da7879

Please sign in to comment.