Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jsedlacek committed Nov 7, 2014
1 parent 39ea286 commit f996e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('view', function() {

describe('positioning', function() {
it('should use tr as default', function() {
assert(view.position, 'tr');
assert.equal(view.position, 'tr');
});
it('should show on top left', function(done) {
view.position = 'tl';
Expand Down

0 comments on commit f996e9f

Please sign in to comment.