diff --git a/app/src/androidTest/java/com/lexwilliam/invence/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/lexwilliam/invence/ExampleInstrumentedTest.kt index 5b8a578..e1e09d8 100644 --- a/app/src/androidTest/java/com/lexwilliam/invence/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/com/lexwilliam/invence/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.invence import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt b/data/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt index ad3f05a..9dd2e3a 100644 --- a/data/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt +++ b/data/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.branch import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt b/data/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt index 8aa6bc9..7e35eb5 100644 --- a/data/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt +++ b/data/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.company import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt b/data/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt index 164ec3e..f45405e 100644 --- a/data/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt +++ b/data/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.order import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt b/data/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt index 56014cd..b84677f 100644 --- a/data/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt +++ b/data/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.product import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt b/data/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt index 18580f9..3715065 100644 --- a/data/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt +++ b/data/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.transaction import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/data/user/src/androidTest/java/com/lexwilliam/user/ExampleInstrumentedTest.kt b/data/user/src/androidTest/java/com/lexwilliam/user/ExampleInstrumentedTest.kt index 3ab9b92..cd24949 100644 --- a/data/user/src/androidTest/java/com/lexwilliam/user/ExampleInstrumentedTest.kt +++ b/data/user/src/androidTest/java/com/lexwilliam/user/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.user import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/domain/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt b/domain/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt index ad3f05a..9dd2e3a 100644 --- a/domain/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt +++ b/domain/branch/src/androidTest/java/com/lexwilliam/branch/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.branch import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/domain/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt b/domain/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt index 8aa6bc9..7e35eb5 100644 --- a/domain/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt +++ b/domain/company/src/androidTest/java/com/lexwilliam/company/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.company import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/domain/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt b/domain/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt index 164ec3e..f45405e 100644 --- a/domain/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt +++ b/domain/order/src/androidTest/java/com/lexwilliam/order/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.order import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/domain/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt b/domain/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt index 56014cd..b84677f 100644 --- a/domain/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt +++ b/domain/product/src/androidTest/java/com/lexwilliam/product/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.product import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/domain/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt b/domain/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt index 18580f9..3715065 100644 --- a/domain/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt +++ b/domain/transaction/src/androidTest/java/com/lexwilliam/transaction/ExampleInstrumentedTest.kt @@ -2,7 +2,7 @@ package com.lexwilliam.transaction import androidx.test.ext.junit.runners.AndroidJUnit4 import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.* +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith diff --git a/libraries/db/src/main/AndroidManifest.xml b/libraries/db/src/main/AndroidManifest.xml index a5918e6..44008a4 100644 --- a/libraries/db/src/main/AndroidManifest.xml +++ b/libraries/db/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file