Skip to content

Commit

Permalink
Updating tests for chai 4
Browse files Browse the repository at this point in the history
  • Loading branch information
src-code committed Nov 28, 2018
1 parent c5b1977 commit 5b050c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/atomizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Atomizer()', function () {
describe('constructor()', function () {
it('instantiate without any params', function () {
var atomizer = new Atomizer();
expect(atomizer).to.be.an.Object;
expect(atomizer).to.be.an('object');
});
it('instantiate with the assigned params', function () {
var options = {
Expand Down

0 comments on commit 5b050c2

Please sign in to comment.