Skip to content

Commit ffb5a7a

Browse files
committed
Modified the file names
1 parent 513e8fc commit ffb5a7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

tests/e2e/project/nodestream.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ scopes:
99
name: node-ttls
1010
- path: tests/e2e/project/relationship-ttls.yaml
1111
name: relationship-ttls
12-
- path: tests/e2e/project/airport_enrichment.yaml
13-
name: airport_enrichment
12+
- path: tests/e2e/project/extractor_integration.yaml
13+
name: extractor_integration
1414

1515
targets:
1616
my-neo4j-db:

tests/e2e/test_neo4j_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def validate_ttl_seperation_between_node_object_types(session):
140140
("node-ttls", [validate_ttl_seperation_between_node_object_types]),
141141
]
142142

143-
EXTRACTOR_TESTS = [("airport_enrichment", [validate_enrichment])]
143+
EXTRACTOR_TESTS = [("extractor_integration", [validate_enrichment])]
144144

145145

146146
NODE_CREATION_QUERY = """

0 commit comments

Comments
 (0)