Skip to content

Commit

Permalink
issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Oct 11, 2024
1 parent 12c8d79 commit 593803b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ConsoleLoggerTest {
consoleLogger.e(testTag, "Error before close")

testCoroutineDispatchers.advanceUntilIdle()
// Simulate the logger being closed by clearing internal state
// Simulate the logger being closed by clearing internal state.
logFile.delete()
testCoroutineDispatchers.advanceUntilIdle()

Expand Down

0 comments on commit 593803b

Please sign in to comment.