Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Apr 30, 2016
1 parent 02f746b commit ece15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-popper.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ describe('Popper.js', function() {
instance.update();
var local = 87;
var ci = 105;
expect([local, ci].toContain(instance._popper.getBoundingClientRect().left);
expect([local, ci]).toContain(instance._popper.getBoundingClientRect().left);
instance.destroy();
done();
});
Expand Down

0 comments on commit ece15ae

Please sign in to comment.