Skip to content

Commit

Permalink
style: fix test name
Browse files Browse the repository at this point in the history
wzieba committed Nov 9, 2023
1 parent 86ac0eb commit 8c4ce70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ internal class InMemoryBufferTest {
private val repository = FakeLocalStorageRepository()

@Test
fun `when adding a new event, then save it to local storage and run onEventAdded listener`() = runTest {
fun `when adding a new event, then save it to local storage`() = runTest {
// given
val event = mapOf("test" to 123)
sut = InMemoryBuffer(backgroundScope, repository) { }

0 comments on commit 8c4ce70

Please sign in to comment.