Skip to content

Commit

Permalink
Removed the duplicated suiteName line in ConfigMapWrapperSuite.scala …
Browse files Browse the repository at this point in the history
…caused by previous merge commit.
  • Loading branch information
cheeseng committed Oct 9, 2022
1 parent 3b2fd95 commit 7233656
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -89,8 +89,6 @@ final class ConfigMapWrapperSuite(clazz: Class[_ <: Suite]) extends Suite {

override def suiteName = wrappedSuite.suiteName

override def suiteName = wrappedSuite.suiteName

/**
* Returns the result obtained from invoking <code>expectedTestCount</code> on an instance of the wrapped
* suite, constructed by passing an empty config map to its constructor, passing into the wrapped suite's
Expand Down

0 comments on commit 7233656

Please sign in to comment.