Skip to content
Snippets Groups Projects
Verified Commit 23f3557d authored by Marc Hanisch's avatar Marc Hanisch
Browse files

fixed test (attachments are not identical anymore)

parent d98f5363
No related branches found
No related tags found
2 merge requests!104Load and save Generic Device Actions,!93Actions UI for devices
......@@ -68,7 +68,7 @@ describe('GenericAction', () => {
expect(action.beginDate).toBe(date1)
expect(action.endDate).toBe(date2)
expect(action.contact).toStrictEqual(contact)
expect(action.attachments).toContain(attachment)
expect(action.attachments).toContainEqual(attachment)
expect(action.isGenericAction).toBeTruthy()
})
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment