Skip to content

Commit

Permalink
chore (style): fixed not npm standard codeparts on the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias committed Jul 14, 2015
1 parent b75ef07 commit 31b2b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/specs/clear.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ test('removes existing db', function (t) {
.then(function (results) {
t.equal(results._id, 'cleanTest', 'test data is in place')

store.clear().then(function(){
t.pass("test passed, db was destroyed")
store.clear().then(function () {
t.pass('test passed, db was destroyed')
})
}
)
Expand Down

0 comments on commit 31b2b32

Please sign in to comment.