File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cypher-aggregation/src/integrationTest/java/org/neo4j/gds/projection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777import static org .hamcrest .Matchers .instanceOf ;
7878import 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" +
Original file line number Diff line number Diff line change 4242import static org .assertj .core .api .Assertions .assertThatIllegalArgumentException ;
4343import static org .assertj .core .api .Assertions .assertThatThrownBy ;
4444
45- class ProductGraphAggregatorTest {
45+ class ProductGraphAggregatorIT {
4646
4747 @ Test
4848 void shouldImportHighNodeIds () {
You can’t perform that action at this time.
0 commit comments