Skip to content

Commit bf223bb

Browse files
authored
Merge pull request TheAlgorithms#1341 from alai32002/Development
add junit for test paass
2 parents 9f8abb0 + 17ae1c6 commit bf223bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repositories {
1212
dependencies {
1313
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.0')
1414
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.5.0')
15+
compile 'junit:junit:4.13'
1516
}
1617

1718
test {

0 commit comments

Comments
 (0)