Skip to content

Commit

Permalink
small renaming of test
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Nov 16, 2023
1 parent 2ecde5d commit 3c91c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/configuration/ConfigurationUtilsSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import io.circe.syntax.EncoderOps
import scala.io.Source

class ConfigurationUtilsSpec extends AnyFlatSpec with Matchers with MockFactory {
"A model.Configuration" should "start with all required values provided" in {
"ConfigurationUtils.create" should "start with all required values provided" in {

val mockConfigReader = createMockConfigReader()
val mockHttpClient = createMockHttpClient()
Expand Down

0 comments on commit 3c91c90

Please sign in to comment.