From 9d3f72d1fa0dbccf7b233349cc98a30e1b30ca70 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Mon, 7 Feb 2022 10:54:40 +0200 Subject: [PATCH] PR#57 Fix codeAnalysis errors --- .../CodeKataFavouriteContentLocalStorageInstrumentedTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/robolectricTest/java/org/fnives/test/showcase/storage/favourite/CodeKataFavouriteContentLocalStorageInstrumentedTest.kt b/app/src/robolectricTest/java/org/fnives/test/showcase/storage/favourite/CodeKataFavouriteContentLocalStorageInstrumentedTest.kt index 8149253..16aeff9 100644 --- a/app/src/robolectricTest/java/org/fnives/test/showcase/storage/favourite/CodeKataFavouriteContentLocalStorageInstrumentedTest.kt +++ b/app/src/robolectricTest/java/org/fnives/test/showcase/storage/favourite/CodeKataFavouriteContentLocalStorageInstrumentedTest.kt @@ -21,7 +21,7 @@ class CodeKataFavouriteContentLocalStorageInstrumentedTest { /** GIVEN just created database WHEN querying THEN empty list is returned */ @Test - fun atTheStartOurDatabaseIsEmpty() = runTest { + fun atTheStartOurDatabaseIsEmpty() = runTest { } /** GIVEN content_id WHEN added to Favourite THEN it can be read out */