Skip to content

Commit 6d8b626

Browse files
committed
make jasmine fails
1 parent 1b3b1ac commit 6d8b626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/javascript/CatlogUtilsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("CatalogUtils.expandNumbers()", function() {
1313
});
1414

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

1919
it("should return 'one-two' for 'one-two'", function() {

0 commit comments

Comments
 (0)