Skip to content

Commit 55211a0

Browse files
Use app resources in theme setting test
1 parent b1e7149 commit 55211a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/d4rk/androidtutorials/java/data/repository/DefaultMainRepositoryApplyThemeSettingsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import static org.junit.Assert.*;
1818

1919
@RunWith(RobolectricTestRunner.class)
20-
@Config(manifest = Config.NONE, sdk = 33)
20+
@Config(sdk = 33)
2121
public class DefaultMainRepositoryApplyThemeSettingsTest {
2222

2323
private static final String[] DARK_MODE_VALUES = {

0 commit comments

Comments
 (0)