Skip to content

Commit

Permalink
Debug Build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 17, 2025
1 parent 9b43aab commit be9356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('driver', () => {
it('should create issues with labels', async (t) => {
const repository = { owner: 'acuminous', repo: 'knuff-github-driver' };
const reminder = {
id: `test-a`,
id: `test-a3e780fd40034e1502fa`,
title: t.name,
body: 'the body',
labels: ['l1', 'l2'],
Expand Down

0 comments on commit be9356b

Please sign in to comment.