Skip to content

Commit

Permalink
Fix: ResConfigTest adjust qualifier order
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed May 1, 2024
1 parent 3c31e3e commit 4f42e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/reandroid/arsc/value/ResConfigTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testResConfig(){
"-neuter",
"-feminine",
"-masculine",
"-mcc10-mnc20-en-rUS-xxhdpi-480x1024-v26-long-night-sw180dp-h480dp-"
"-mcc10-mnc20-en-rUS-sw180dp-h480dp-long-night-xxhdpi-480x1024-v26-"
+ ResConfig.UNKNOWN_BYTES + "001a2b34",
};
private static final String[] ERROR_QUALIFIERS = new String[]{
Expand Down

0 comments on commit 4f42e3c

Please sign in to comment.