Skip to content

Commit

Permalink
style: fix minor typo in tests
Browse files Browse the repository at this point in the history
wzieba committed Dec 13, 2023
1 parent bf8bcbb commit 7fdcbbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ class FlushQueueTest {
@Test
fun `given non-empty local storage, when flushing queue with skipping sending events, then events are not sent and removed from local storage`() =
runTest {
// give
// given
val repository = FakeRepository().apply {
insertEvents(listOf(mapOf("test" to 123)))
}

0 comments on commit 7fdcbbc

Please sign in to comment.