Refactor variable's name
This commit is contained in:
parent
79e2c3ed49
commit
6517c26dd6
@ -116,9 +116,9 @@ public class AssertJJava8Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenString_shouldMatch() throws Exception {
|
public void givenString_shouldMatch() throws Exception {
|
||||||
final String givenString = "";
|
final String emptyString = "";
|
||||||
|
|
||||||
assertThat(givenString)
|
assertThat(emptyString)
|
||||||
.matches(String::isEmpty);
|
.matches(String::isEmpty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user