Skip to content

Commit

Permalink
change for testling
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed May 14, 2013
1 parent 6eae4e3 commit 5bd702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-browser.js
Expand Up @@ -17,7 +17,7 @@ try {
describe('(browser) level-model', function () {
it ("Should be just okay", function (done) {
try { kickbackAndGo(done) }
catch (e) { console.warn('failed'); done(); }
catch (e) { console.log('failed'); done(); }
});
});
}
Expand Down

0 comments on commit 5bd702e

Please sign in to comment.