Skip to content

Commit

Permalink
Unfocus spec
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed Mar 16, 2017
1 parent ea405d4 commit bfdc1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorator/read.spec.js
Expand Up @@ -79,7 +79,7 @@ describe('Read', () => {
done();
});
});
fdescribe('with byIds', () => {
describe('with byIds', () => {
const users = {
a: { id: 'a' },
b: { id: 'b' },
Expand Down

0 comments on commit bfdc1b0

Please sign in to comment.