test: Fix broken test expectation (no-changelog) (#22193)

This commit is contained in:
mfsiega 2025-11-23 19:56:22 +01:00 committed by GitHub
parent e203b0ad81
commit 7603f9195e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 () => {