Skip to content

Commit 1360b04

Browse files
author
silapersonne
committed
[#315] Fixes PathSegment unit testes
1 parent d0e0749 commit 1360b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/v1/graph-types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const rel2Props: object = rel2.properties;
4343

4444
const pathSegment1: PathSegment = new PathSegment(node1, rel1, node1);
4545
const pathSegment1Start: Node = pathSegment1.start;
46-
const pathSegment1Rel: Relationship = pathSegment1.rel;
46+
const pathSegment1Rel: Relationship = pathSegment1.relationship;
4747
const pathSegment1End: Node = pathSegment1.end;
4848

4949
const path1: Path = new Path(node1, node1, [pathSegment1]);

0 commit comments

Comments
 (0)