Fix sw.arch typo when testing contracts

Change-type: patch
This commit is contained in:
Felipe Lalanne 2023-05-11 13:07:26 -04:00
parent ec363c305a
commit 2758e190b2
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' },
],
},