Skip to content

Commit b534cb5

Browse files
committed
FIXME: prevVersion and newVersion are blank for grouped updates
1 parent 9e8fb5b commit b534cb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ test('it supports returning information about grouped updates', async () => {
270270
directory: '/',
271271
packageEcosystem: 'docker',
272272
targetBranch: 'trunk',
273-
prevVersion: '24.0.1',
274-
newVersion: '24.0.2',
273+
prevVersion: '',
274+
newVersion: '',
275275
compatScore: 34,
276276
maintainerChanges: false,
277277
dependencyGroup: 'docker',
@@ -286,8 +286,8 @@ test('it supports returning information about grouped updates', async () => {
286286
directory: '/',
287287
packageEcosystem: 'docker',
288288
targetBranch: 'trunk',
289-
prevVersion: '24.0.1',
290-
newVersion: '24.0.2',
289+
prevVersion: '',
290+
newVersion: '',
291291
compatScore: 34,
292292
maintainerChanges: false,
293293
dependencyGroup: 'docker',
@@ -302,8 +302,8 @@ test('it supports returning information about grouped updates', async () => {
302302
directory: '/',
303303
packageEcosystem: 'docker',
304304
targetBranch: 'trunk',
305-
prevVersion: '24.0.1',
306-
newVersion: '24.0.2',
305+
prevVersion: '',
306+
newVersion: '',
307307
compatScore: 34,
308308
maintainerChanges: false,
309309
dependencyGroup: 'docker',

0 commit comments

Comments
 (0)