You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorPluginTest.kt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ import org.junit.Rule
9
9
importorg.junit.Test
10
10
importorg.junit.rules.TemporaryFolder
11
11
importjava.lang.IllegalStateException
12
+
importorg.junit.runner.RunWith
13
+
importorg.junit.runners.JUnit4
12
14
15
+
@RunWith(JUnit4::class)
13
16
classAffectedModuleDetectorPluginTest {
14
17
15
18
privatecompanionobject {
@@ -168,14 +171,13 @@ class AffectedModuleDetectorPluginTest {
0 commit comments