We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1426454 commit deb8e11Copy full SHA for deb8e11
test/unit/core/directives/uiGridCell.spec.js
@@ -86,7 +86,7 @@ describe('uiGridCell', function () {
86
}));
87
});
88
89
- 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) {
90
// Reset the UIDs (used by columns) so they're fresh and clean
91
gridUtil.resetUids();
92
0 commit comments