Decisively fix the undecisive fix for the decisive fix for the numerical enum bug

This commit is contained in:
Benjamin Lu
2025-09-18 12:47:45 -07:00
parent 75d3788a86
commit da3a467f61

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)
})
})