Skip to content

Commit 8227d1e

Browse files
committed
Rename integration tests to use IT suffix
1 parent 956711e commit 8227d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
import static org.hamcrest.Matchers.instanceOf;
7878
import static org.neo4j.gds.utils.StringFormatting.formatWithLocale;
7979

80-
class CypherAggregationTest extends BaseProcTest {
80+
class CypherAggregationIT extends BaseProcTest {
8181

8282
@Neo4jGraph
8383
public static final String GRAPH = "CREATE" +
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
4343
import static org.assertj.core.api.Assertions.assertThatThrownBy;
4444

45-
class ProductGraphAggregatorTest {
45+
class ProductGraphAggregatorIT {
4646

4747
@Test
4848
void shouldImportHighNodeIds() {

0 commit comments

Comments
 (0)