Skip to content

Commit

Permalink
Remove iit
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Jan 29, 2015
1 parent 1426454 commit deb8e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/directives/uiGridCell.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('uiGridCell', function () {
}));
});

iit('should change a columns class when its uid changes', inject(function (gridUtil, $compile, uiGridConstants) {
it('should change a columns class when its uid changes', inject(function (gridUtil, $compile, uiGridConstants) {
// Reset the UIDs (used by columns) so they're fresh and clean
gridUtil.resetUids();

Expand Down

0 comments on commit deb8e11

Please sign in to comment.