From 387452679c6697baacc952be649846af6cdad5dd Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 2 Mar 2023 18:03:05 +0100 Subject: [PATCH] Remove the line about testFixtures, this is not supported yet. --- features/roomlist/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/roomlist/build.gradle.kts b/features/roomlist/build.gradle.kts index 9293ebe035..9999262c40 100644 --- a/features/roomlist/build.gradle.kts +++ b/features/roomlist/build.gradle.kts @@ -51,8 +51,6 @@ dependencies { testImplementation(libs.test.turbine) testImplementation(projects.libraries.matrix.test) - //testImplementation(testFixtures(projects.libraries.matrix)) - androidTestImplementation(libs.test.junitext) ksp(libs.showkase.processor)