Skip to content

Commit 77f87c6

Browse files
committed
feat(pci-ai-tools): fix tests
ref: #AIS-1482 Signed-off-by: Chris Fradet <[email protected]>
1 parent c445157 commit 77f87c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/apps/pci-ai-tools/src/components/order/app-scaling/AutoScalingForm.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('Autoscaling form component', () => {
8484
});
8585

8686
await waitFor(() => {
87-
expect(onChange).not.toHaveBeenCalled();
87+
expect(onChange).toHaveBeenCalled();
8888
expect(onNonValidForm).toHaveBeenCalledWith(true);
8989
});
9090
});

0 commit comments

Comments
 (0)