Revert "FIXME: prevVersion and newVersion are blank for grouped updates"

This reverts commit b534cb5e81.
This commit is contained in:
Nish Sinha
2023-06-22 16:05:09 -04:00
parent b8e8f8c79b
commit e81bd9ee26

View File

@@ -273,8 +273,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '',
newVersion: '',
prevVersion: '24.0.1',
newVersion: '24.0.2',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',
@@ -289,8 +289,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '',
newVersion: '',
prevVersion: '24.0.1',
newVersion: '24.0.2',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',
@@ -305,8 +305,8 @@ test('it supports returning information about grouped updates', async () => {
directory: '/',
packageEcosystem: 'docker',
targetBranch: 'trunk',
prevVersion: '',
newVersion: '',
prevVersion: '24.0.1',
newVersion: '24.0.2',
compatScore: 34,
maintainerChanges: false,
dependencyGroup: 'docker',