Skip to content

Commit 677b895

Browse files
committed
test: Fix broken test
1 parent 24e6f01 commit 677b895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validatePrTitle.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('regex types', () => {
107107
headerPattern
108108
})
109109
).rejects.toThrow(
110-
'Unknown release type "JIRA-123A" found in pull request title "JIRA-123A: Bar". \n\nAvailable types:\n - JIRA-\\d+'
110+
'Unknown release type "JIRA-123A" found in pull request title "JIRA-123A: Bar".\n\nAvailable types:\n - JIRA-\\d+'
111111
);
112112
});
113113

0 commit comments

Comments
 (0)