File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
legacy/core/src/test/java/com/fsck/k9/autocrypt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import org.junit.Test
18
18
19
19
class AutocryptGossipHeaderParserTest {
20
20
21
- private val autocryptGossipHeaderParser = AutocryptGossipHeaderParser .getInstance()
21
+ private val autocryptGossipHeaderParser = AutocryptGossipHeaderParser .Companion .instance
22
22
23
23
@Before
24
24
fun setUp () {
Original file line number Diff line number Diff line change 20
20
21
21
22
22
public class AutocryptHeaderParserTest extends RobolectricTest {
23
- AutocryptHeaderParser autocryptHeaderParser = AutocryptHeaderParser .getInstance ();
23
+ AutocryptHeaderParser autocryptHeaderParser = AutocryptHeaderParser .Companion . getInstance ();
24
24
25
25
@ Before
26
26
public void setUp () throws Exception {
You can’t perform that action at this time.
0 commit comments