Skip to content

Commit 6da7879

Browse files
committed
scalafix: fix RuleSuite to use latest scalatest syntax
1 parent 8b09f40 commit 6da7879

File tree

1 file changed

+2
-2
lines changed
  • http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix

1 file changed

+2
-2
lines changed

http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
package org.apache.pekko.http.fix
66

7-
import org.scalatest.FunSpecLike
7+
import org.scalatest.funspec.AnyFunSpecLike
88
import scalafix.testkit.AbstractSemanticRuleSuite
99

10-
class RuleSuite extends AbstractSemanticRuleSuite with FunSpecLike {
10+
class RuleSuite extends AbstractSemanticRuleSuite with AnyFunSpecLike {
1111
runAllTests()
1212
}

0 commit comments

Comments
 (0)