Skip to content

Commit 9918580

Browse files
committed
updated
1 parent 5b8dc2f commit 9918580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/entity/MethodEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public MethodEntity(String methodName){
1010
}
1111

1212
public boolean isHasTestInName(){
13-
return methodName.toLowerCase().startsWith("test");
13+
return methodName.startsWith("test");
1414
}
1515

1616
public boolean isHasAnnotation() {

0 commit comments

Comments
 (0)