Skip to content

Commit 1fc6121

Browse files
author
meorphis
committed
fix
1 parent 83b8db1 commit 1fc6121

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/__snapshots__/comment.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`printComment > should print comment 1`] = `
4-
"<h3>✱ Stainless preview builds</h3>
4+
"<h3>✱ Stainless preview builds for test-project</h3>
55
66
This PR will update the <code>test-project</code> SDKs with the following commit message.
77

src/comment.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ describe("printComment", () => {
1717
});
1818

1919
it("should print no changes comment", () => {
20-
expect(printComment({ noChanges: true })).toMatchInlineSnapshot(`
21-
"<h3>✱ Stainless preview builds</h3>
20+
expect(printComment({ noChanges: true, projectName: 'fake project' })).toMatchInlineSnapshot(`
21+
"<h3>✱ Stainless preview builds for fake project</h3>
2222
2323
No changes were made to the SDKs.
2424

0 commit comments

Comments
 (0)