FIXME: prevVersion and newVersion are blank for grouped updates

This commit is contained in:
Nish Sinha
2023-06-08 15:00:44 -04:00
parent 9e8fb5b31b
commit b534cb5e81

View File

@@ -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',
@@ -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',
@@ -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',