From be9356b8b8094d5e6d3ed98542ef1aa7ace92ad1 Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:09:39 +0000 Subject: [PATCH] Debug Build --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.js b/test/index.test.js index bf2ee6e..1d9ba8e 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -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'],