Skip to content

Commit b3c2377

Browse files
committed
refactor renamed methods according to naming conventions
1 parent c0a515b commit b3c2377

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mesh/src/test/java/mesh/Edge3DTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void setToIndexUpdatesToIndex() {
9898
}
9999

100100
@Test
101-
public void createPairAppliedTwice_returnsOriginalEdge() {
101+
public void createPairAppliedTwiceReturnsOriginalEdge() {
102102
int fromIndex = 20;
103103
int toIndex = 10;
104104

@@ -129,7 +129,7 @@ public void createPairReturnsNewInstance() {
129129
}
130130

131131
@Test
132-
public void edgesWithSameIndices_areEqual() {
132+
public void edgesWithSameIndicesAreEqual() {
133133
int fromIndex = 120;
134134
int toIndex = 12;
135135

0 commit comments

Comments
 (0)