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 77
77
import static org .hamcrest .Matchers .instanceOf ;
78
78
import static org .neo4j .gds .utils .StringFormatting .formatWithLocale ;
79
79
80
- class CypherAggregationTest extends BaseProcTest {
80
+ class CypherAggregationIT extends BaseProcTest {
81
81
82
82
@ Neo4jGraph
83
83
public static final String GRAPH = "CREATE" +
Original file line number Diff line number Diff line change 42
42
import static org .assertj .core .api .Assertions .assertThatIllegalArgumentException ;
43
43
import static org .assertj .core .api .Assertions .assertThatThrownBy ;
44
44
45
- class ProductGraphAggregatorTest {
45
+ class ProductGraphAggregatorIT {
46
46
47
47
@ Test
48
48
void shouldImportHighNodeIds () {
You can’t perform that action at this time.
0 commit comments