Skip to content

Commit b61a656

Browse files
committed
fix: unit test
1 parent 975db40 commit b61a656

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies {
2121
// Unit testing
2222
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
2323
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
24+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2425
}
2526

2627
test {

0 commit comments

Comments
 (0)