Skip to content

Commit d6f5c5f

Browse files
committed
CatlogUtilsSpec.js: fix typo in test name.
Should be in e3eb3e8 commit. No functional changes.
1 parent cec3ccc commit d6f5c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/javascript/CatlogUtilsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("CatalogUtils.expandNumbers()", function() {
1212
expect(CatalogUtils.expandNumbers(undefined)).toBeUndefined();
1313
});
1414

15-
it("should return string without hyphen as it", function() {
15+
it("should return string without hyphen as is", function() {
1616
expect(CatalogUtils.expandNumbers("test")).toEqual("test");
1717
});
1818

0 commit comments

Comments
 (0)