Fixed small typo in test description

This commit is contained in:
Jim Unger 2015-07-16 11:18:49 -05:00
parent 2563f6d84c
commit 4ca74b391f

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);