Skip to content

Commit

Permalink
manifest: fix skip-chunks test
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Aug 21, 2023
1 parent b44b41a commit 0551167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/manifest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ for (const [branch, manifestUrl] of Object.entries(config.manifests)) {
if (image.name === 'system') {
test('alt image', () => {
expect(image.sparse, 'system image to be sparse').toBe(true)
expect(image.fileName, 'system image to be skip chunks').toContain('-skip-chunks.img')
expect(image.archiveUrl, 'system image to point to skip chunks').toContain('-skip-chunks.img.gz')
expect(image.fileName, 'system image to be skip chunks').toContain('-skip-chunks-')
expect(image.archiveUrl, 'system image to point to skip chunks').toContain('-skip-chunks-')
})
}

Expand Down

0 comments on commit 0551167

Please sign in to comment.