Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed May 3, 2023
1 parent 41dca47 commit 9f9067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/test/kotlin/io/nexure/capsule/CapsuleTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class CapsuleTest {
}

@Test
fun `adding new dependency of same interface should invoke a reset`() {
fun `creating a new inheriting capsule should invoke a reset of instantiated types`() {
val parent = Capsule {
register<Greeter> { FirstImpl() }
register { GreeterService(get()) }
Expand Down

0 comments on commit 9f9067a

Please sign in to comment.