Skip to content

Commit c6faa87

Browse files
committed
fix tests
1 parent 1e02be7 commit c6faa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/portal-options/services/node-context-processing.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('NodeContextProcessingServiceImpl', () => {
6666

6767
expect(
6868
mockCrdGatewayKcpPatchResolver.resolveCrdGatewayKcpPath,
69-
).toHaveBeenCalledWith(entityId, 'TestKind', entityNode);
69+
).toHaveBeenCalledWith(entityNode, entityId, 'TestKind');
7070
expect(mockResourceService.read).toHaveBeenCalled();
7171
});
7272
});

0 commit comments

Comments
 (0)