Skip to content

Commit

Permalink
FIXME: prevVersion and newVersion are blank for grouped updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishnha committed Jun 8, 2023
1 parent 9e8fb5b commit b534cb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '24.0.1',
newVersion: '24.0.2',
prevVersion: '',
newVersion: '',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',
Expand All @@ -286,8 +286,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '24.0.1',
newVersion: '24.0.2',
prevVersion: '',
newVersion: '',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',
Expand All @@ -302,8 +302,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '24.0.1',
newVersion: '24.0.2',
prevVersion: '',
newVersion: '',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',
Expand Down

0 comments on commit b534cb5

Please sign in to comment.