Skip to content

Commit deb8e11

Browse files
committed
Remove iit
1 parent 1426454 commit deb8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/core/directives/uiGridCell.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('uiGridCell', function () {
8686
}));
8787
});
8888

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

0 commit comments

Comments
 (0)