File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deobfuscator-impl/src/test/java/uwu/narumi/deobfuscator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,12 +211,12 @@ protected void registerAll() {
211211
212212 test ("Branchlock String" )
213213 .transformers (UniversalNumberTransformer ::new , () -> new BranchlockCompabilityStringTransformer (true ))
214- .input ( OutputType . MULTIPLE_CLASSES , InputType . CUSTOM_JAR , "branchlock/branchlock-string.jar" )
214+ .inputJar ( "branchlock/branchlock-string.jar" )
215215 .register ();
216216
217217 test ("Branchlock String + Salting + Number" )
218218 .transformers (ComposedBranchlockTransformer ::new )
219- .input ( OutputType . MULTIPLE_CLASSES , InputType . CUSTOM_JAR , "branchlock/branchlock-string-salting-number.jar" )
219+ .inputJar ( "branchlock/branchlock-string-salting-number.jar" )
220220 .register ();
221221 }
222222}
You can’t perform that action at this time.
0 commit comments