Rename file and split test.

This commit is contained in:
Benoit Marty 2024-11-29 09:41:03 +01:00 committed by Benoit Marty
parent 05b65f3ec3
commit 81679cceae
4 changed files with 24 additions and 9 deletions

View file

@ -18,4 +18,7 @@ dependencies {
implementation(projects.libraries.core)
implementation(projects.tests.testutils)
implementation(projects.libraries.matrix.api)
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
}