Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Feb 28, 2022
1 parent 42caac9 commit 52dc78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/integration/TopicLoaderIntSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class TopicLoaderIntSpec extends IntegrationSpecBase {
config.topicLoader.bufferSize.value shouldBe 10
}

"fail to load a valid config" in new TestContext {
"fail to load an invalid config" in new TestContext {
override implicit lazy val system: ActorSystem = ActorSystem(
"test-actor-system",
ConfigFactory.parseString(
Expand Down

0 comments on commit 52dc78a

Please sign in to comment.