Skip to content

Commit

Permalink
fix(CompareToTest):
Browse files Browse the repository at this point in the history
  • Loading branch information
101zh committed Sep 26, 2023
1 parent 7c667d8 commit 11bd81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/CompareToTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class CompareToTest {
@Test
public void main(String[] args) {
public void compareToTest5() {
String a = "gene";
String b = "deter";
String c = "remedy";
Expand Down

0 comments on commit 11bd81b

Please sign in to comment.