Skip to content

Commit 97de8bd

Browse files
vnickolovMats-SXDarthMax
committed
Rename TriangleCountProcTest to increase clarity
Co-authored-by: Mats Rydberg <[email protected]> Co-authored-by: Max Kießling <[email protected]>
1 parent f8d4a10 commit 97de8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc/community/src/test/java/org/neo4j/graphalgo/triangle/TriangleCountProcTest.java renamed to proc/community/src/test/java/org/neo4j/graphalgo/triangle/TriangleCountProcValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import static org.hamcrest.Matchers.containsString;
3838
import static org.junit.jupiter.api.Assertions.assertThrows;
3939

40-
class TriangleCountProcTest extends BaseProcTest {
40+
class TriangleCountProcValidationTest extends BaseProcTest {
4141

4242
@BeforeEach
4343
void setup() throws Exception {

0 commit comments

Comments
 (0)