Commit 9d1623e8 authored by Paul Slaughter's avatar Paul Slaughter

Use arrayContaining instead of objectContaining

parent b104dc11
...@@ -319,7 +319,7 @@ describe('Multi-file store actions', () => { ...@@ -319,7 +319,7 @@ describe('Multi-file store actions', () => {
{ type: types.TOGGLE_FILE_OPEN, payload: 'test' }, { type: types.TOGGLE_FILE_OPEN, payload: 'test' },
{ type: types.ADD_FILE_TO_CHANGED, payload: 'test' }, { type: types.ADD_FILE_TO_CHANGED, payload: 'test' },
], ],
jasmine.objectContaining([ jasmine.arrayContaining([
{ {
type: 'setFileActive', type: 'setFileActive',
payload: 'test', payload: 'test',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment