Skip to content

Commit 73920e5

Browse files
committed
Fixed test
1 parent 940c9de commit 73920e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('main.ts', () => {
4141
1,
4242
'message',
4343
// Simple regex to match a time string in the format HH:MM:SS.
44-
expect.stringMatching(/^JSON Schema Check Results/)
44+
expect.stringMatching(/^# JSON Schema Check Results/)
4545
)
4646
})
4747
/*

0 commit comments

Comments
 (0)