Skip to content

Commit

Permalink
changed jupiter implementation to testImplamantation
Browse files Browse the repository at this point in the history
  • Loading branch information
YKV17 committed Aug 19, 2023
1 parent aa533ba commit b2c50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/home_domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies {
implementation(project(Modules.Common.common_utils))

implementation(Dependencies.Coroutines.coroutinesCore)
implementation(Dependencies.TestDep.jupiter)
implementation(Dependencies.JavaDep.javax)

//Test
testImplementation(Dependencies.TestDep.junit)
testImplementation(Dependencies.TestDep.mockitoKotlin)
testImplementation(Dependencies.Coroutines.coroutinesTest)
testImplementation(Dependencies.TestDep.jupiter)
}

0 comments on commit b2c50b5

Please sign in to comment.