Merge pull request #4444 from BigFunger/test-typo

Fixed small typo in test description
This commit is contained in:
Jim Unger 2015-07-16 12:04:43 -05:00
commit ce8996d6b3

View file

@ -238,7 +238,7 @@ define(function (require) {
paginatedTable = $el.isolateScope().paginatedTable;
});
it('should should have duplicate column titles', function () {
it('should have duplicate column titles', function () {
var columns = $el.find('thead th span');
columns.each(function () {
expect($(this).text()).to.be(colText);