Skip to content

Commit

Permalink
also rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Aug 23, 2024
1 parent d9702c9 commit 8b39372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void setup() {

@TestFactory
@DisplayName("Test deobfuscation")
public Stream<DynamicTest> testRegistered() {
public Stream<DynamicTest> testDeobfuscation() {
this.registeredTests.clear();
this.registerAll();
return this.registeredTests.stream().map(RegisteredTest::buildTest);
Expand Down

0 comments on commit 8b39372

Please sign in to comment.