mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 09:46:19 +00:00
Fix sw.arch
typo when testing contracts
Change-type: patch
This commit is contained in:
parent
ec363c305a
commit
2758e190b2
@ -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…
x
Reference in New Issue
Block a user