Skip to content

Commit 0b79e8b

Browse files
committed
refactor test suites
Signed-off-by: Adam Setch <[email protected]>
1 parent 8429aa9 commit 0b79e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/handlers/pullRequest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('renderer/utils/notifications/handlers/pullRequest.ts', () => {
6767

6868
expect(result).toEqual({
6969
number: 123,
70-
state: 'OPEN',
70+
state: 'CLOSED',
7171
user: {
7272
login: mockAuthor.login,
7373
html_url: mockAuthor.html_url,

0 commit comments

Comments
 (0)