Skip to content

Commit 8571507

Browse files
committed
test(all): signing test
1 parent 7ec1d7e commit 8571507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev.skidfuscator.obfuscator/src/test/java/dev/skidfuscator/core/TestSkidfuscator.java

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public TestSkidfuscator(Class<?>[] test, Consumer<List<Map.Entry<String, byte[]>
4242
.debug(true)
4343
.config(new File(TestSkidfuscator.class.getResource("/config/runtime.hocon").getFile()))
4444
.build());
45+
4546
this.test = test;
4647
this.callback = callback;
4748

0 commit comments

Comments
 (0)