Skip to content

Commit

Permalink
Removing .only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOnSabbatical committed Oct 20, 2017
1 parent 65180d5 commit 4d292fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scan-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ describe('Scan', () => {
scan.request.FilterExpression.should.eql('(#data.#attr = :data_attr)');
});

it.only('should properly clean keys', () => {
it('should properly clean keys', () => {
scan = scan
.where('abcd').equals(15)
.where('abcdé').equals(16)
Expand Down

0 comments on commit 4d292fa

Please sign in to comment.