mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Merge pull request #2168 from balena-os/fix-contract-arch-test
Fix `sw.arch` typo when testing contracts
This commit is contained in:
commit
09f975395e
@ -408,7 +408,7 @@ describe('device-state', () => {
|
||||
requires: [
|
||||
{
|
||||
type: 'arch.sw',
|
||||
version: 'armv7hf',
|
||||
slug: 'armv7hf',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -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' },
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user