Skip to content

Commit

Permalink
Bugfixe: testCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
c10h22 committed Jul 16, 2015
1 parent b953d6d commit 92a8ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/attributeFields.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ describe('attributeFields', () => {

it('should be possible to exclude fields', function () {
let options = {
exclude: ['email', 'salt', 'count', 'address', 'nullField', 'emptyFieldType', 'invalidFieldType']
exclude: ['email', 'salt', 'count', 'address', 'nullField',
'emptyFieldType', 'invalidFieldType']
};
let fields = attributeFields(config, options);
expect(fields).to.have.keys(['first_name', 'last_name', 'hash', 'friends', 'first_time'])
Expand Down

0 comments on commit 92a8ebf

Please sign in to comment.