Undecsively fix the decisive fix for the numerical enum bug

This commit is contained in:
Benjamin Lu
2025-09-18 12:45:48 -07:00
parent 6eb1f5e9c6
commit 75d3788a86
3 changed files with 7 additions and 7 deletions

View File

@@ -241,7 +241,7 @@ describe('LinkConnector', () => {
expect(renderLink.node).toEqual(originNode)
expect(renderLink.fromSlot).toEqual(output)
expect(renderLink.fromReroute).toEqual(reroute)
expect(renderLink.fromDirection).toEqual(LinkDirection.CENTER)
expect(renderLink.fromDirection).toEqual(LinkDirection.NONE)
expect(renderLink.network).toEqual(network)
})
})