Skip to content

Commit

Permalink
Fixes failing unit test that was introduced with brave#10481
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Aug 15, 2017
1 parent f87e29e commit aabb760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/browser/reducers/downloadsReducerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('downloadsReducer', function () {
})

it('passes the correct properties object', function () {
assert.deepEqual(options.properties, ['openDirectory'])
assert.deepEqual(options.properties, ['openDirectory', 'createDirectory'])
})
})
})
Expand Down

0 comments on commit aabb760

Please sign in to comment.