Commit fa24a09c authored by NataliaTepluhina's avatar NataliaTepluhina

Fixed action test

parent 99d5e4be
......@@ -266,14 +266,13 @@ describe('LabelsSelect Actions', () => {
});
describe('updateLabelsSetState', () => {
it('updates labels `set` state to match `selectedLabels`', (done) => {
it('updates labels `set` state to match `selectedLabels`', () => {
testAction(
actions.updateLabelsSetState,
{},
state,
[{ type: types.UPDATE_LABELS_SET_STATE }],
[],
done,
);
});
});
......
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