Skip to content

Commit 6bd7a4b

Browse files
committed
renamed method according to naming conventions
1 parent cfad782 commit 6bd7a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mesh/src/test/java/mesh/analysis/MeshAnalysisTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void edgeCountQuad() {
3737
}
3838

3939
@Test
40-
void edgeCountTwoTriangles_sharedEdge() {
40+
void edgeCountTwoTrianglesSharedEdge() {
4141
Mesh mesh = new Mesh3D();
4242

4343
int v0 = mesh.addVertex(0, 0, 0);

0 commit comments

Comments
 (0)