mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
test: Fix broken test expectation (no-changelog) (#22193)
This commit is contained in:
parent
e203b0ad81
commit
7603f9195e
|
|
@ -1438,7 +1438,6 @@ describe('prepareFormReturnItem', () => {
|
|||
|
||||
expect(DateTime.fromFormat).not.toHaveBeenCalled();
|
||||
expect(result.json['Date Field']).toBe('2023-04-01');
|
||||
expect(DateTime.fromFormat).toHaveBeenCalledWith('2023-04-01', 'yyyy-mm-dd');
|
||||
});
|
||||
|
||||
it('should handle multiselect fields', async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user