Commit 1ec215fe authored by Anders Hafreager's avatar Anders Hafreager Committed by Tao Feng

Fixed bad reference to DESCRIPTION_NODE_LABEL (#125)

parent 8e2f648b
......@@ -133,7 +133,7 @@ class TestColumnMetadata(Neo4jCsvSerializable):
if self.description:
results.append({
RELATION_START_LABEL: self.COLUMN_NODE_LABEL,
RELATION_END_LABEL: self.DESCRIPTION_NODE_LABEL,
RELATION_END_LABEL: DESCRIPTION_NODE_LABEL,
RELATION_START_KEY: self._get_col_key(),
RELATION_END_KEY: self._get_col_description_key(),
RELATION_TYPE: self.COL_DESCRIPTION_RELATION_TYPE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment