Merge pull request #2168 from balena-os/fix-contract-arch-test

Fix `sw.arch` typo when testing contracts
This commit is contained in:
flowzone-app[bot] 2023-05-11 22:06:50 +00:00 committed by GitHub
commit 09f975395e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ describe('device-state', () => {
requires: [
{
type: 'arch.sw',
version: 'armv7hf',
slug: 'armv7hf',
},
],
},

View File

@ -169,7 +169,7 @@ describe('lib/contracts', () => {
type: 'sw.supervisor',
version: `<${supervisorVersionGreater}`,
},
{ type: 'sw.arch', name: 'amd64' },
{ type: 'arch.sw', slug: 'amd64' },
{ type: 'hw.device-type', slug: 'intel-nuc' },
],
},