Skip to content

Commit eceaea0

Browse files
committed
style: correct a test name in CatalogUtilsSpec.js
[skip ci]
1 parent 6fbcb67 commit eceaea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/javascript/CatalogUtilsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("CatalogUtils.expandNumbers()", function() {
88
expect(CatalogUtils.expandNumbers(null)).toBeNull();
99
});
1010

11-
it("should return undefined for empty unndefined", function() {
11+
it("should return undefined for undefined", function() {
1212
expect(CatalogUtils.expandNumbers(undefined)).toBeUndefined();
1313
});
1414

0 commit comments

Comments
 (0)