Skip to content

Commit

Permalink
Fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jan 23, 2016
1 parent 773262b commit 2a789cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/base/Context.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define([

it('should get or set contents with code', function () {
expect(context.code()).to.equalIgnoreCase('<p>hello</p>');
context.code('<p>hello2</p>')
context.code('<p>hello2</p>');
expect(context.code()).to.equalIgnoreCase('<p>hello2</p>');
});

Expand Down

0 comments on commit 2a789cf

Please sign in to comment.