Fix test typo.

This commit is contained in:
John-David Dalton
2014-05-28 14:24:56 -04:00
parent a893d43d16
commit f935b141f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1376,7 +1376,7 @@
notStrictEqual(actual, object);
}
else {
skipTest();
skipTest(2);
}
});
});