Skip to content

Commit

Permalink
test: update failing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Aug 24, 2023
1 parent 58b6437 commit 4dd78ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/git/__snapshots__/Branch.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

exports[`Branch getName ignores unknown template data 1`] = `"{does_not_exist}"`;

exports[`Branch getName replaces the placeholders with the issue data 1`] = `"fotingo-2484.c.Legacy"`;
exports[`Branch getName replaces the placeholders with the issue data 1`] = `"fotingo-2484.d.Legacy"`;
2 changes: 1 addition & 1 deletion test/issue-tracker/__snapshots__/Jira.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`jira getIssue gets and transforms the issue from Jira 1`] = `
},
"sanitizedSummary": "issue_with_a_lot_of_characters",
"summary": "Issue with a lot of characters "$&'*,:;<>?@[]\`~‘’“”",
"type": "Sub-task",
"type": "Task",
"url": "https://wee-codling.biz/browse/FOTINGO-1314",
}
`;

0 comments on commit 4dd78ab

Please sign in to comment.