fix test
This commit is contained in:
parent
8736f6db7e
commit
05745f6867
|
@ -15,8 +15,7 @@ import org.powermock.modules.junit4.PowerMockRunner
|
|||
import java.io.File
|
||||
|
||||
@RunWith(PowerMockRunner::class)
|
||||
@PrepareForTest(File::class)
|
||||
|
||||
@PrepareForTest(File::class, Translator::class)
|
||||
class ClassicPrefsFormatTest : TestBase() {
|
||||
|
||||
@Mock lateinit var resourceHelper: ResourceHelper
|
||||
|
|
Loading…
Reference in a new issue