Skip to content

Commit efd3798

Browse files
committed
chore(Tests): Remove iit
1 parent e9ea9d4 commit efd3798

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
@@ -90,7 +90,7 @@ describe('uiGridCell', function () {
9090

9191
// Don't run this on IE9. The behavior looks correct when testing interactively but these tests fail
9292
if (!navigator.userAgent.match(/MSIE\s+9\.0/)) {
93-
iit("should change a column's class when its uid changes", inject(function (gridUtil, $compile, uiGridConstants) {
93+
it("should change a column's class when its uid changes", inject(function (gridUtil, $compile, uiGridConstants) {
9494
// Reset the UIDs (used by columns) so they're fresh and clean
9595
gridUtil.resetUids();
9696

0 commit comments

Comments
 (0)