Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Fix a deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Sep 22, 2020
1 parent 80d93d0 commit 64ebe40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/src/test/scala/fix/RuleSuite.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package fix

import scalafix.testkit.SemanticRuleSuite
import org.scalatest.FunSuiteLike
import scalafix.testkit.AbstractSemanticRuleSuite

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

0 comments on commit 64ebe40

Please sign in to comment.