Skip to content

Commit c72a4f3

Browse files
committed
[DO NOT MERGE] make jasmine-maven-plugin fail.
1 parent 6093a1a commit c72a4f3

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 is", 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)