Release Toolbox v0.19.0
This commit is contained in:
@@ -83,7 +83,7 @@ function makeLock(artifact: string, sha256: string) {
|
||||
return {
|
||||
schemaVersion: 1,
|
||||
releaseVersion: '0.1.0',
|
||||
portalVersion: '0.2.21',
|
||||
portalVersion: '0.2.22',
|
||||
catalogue: {
|
||||
id: 'de.add-ideas.toolbox',
|
||||
name: 'Test Toolbox',
|
||||
@@ -290,7 +290,7 @@ describe('release assembly integrity', () => {
|
||||
expect(await sha256File(utcArchive)).toBe(
|
||||
await sha256File(honoluluArchive)
|
||||
);
|
||||
});
|
||||
}, 30_000);
|
||||
|
||||
it('rejects a valid archive whose manifest identity is not the lock identity', async () => {
|
||||
const directory = await temporaryDirectory();
|
||||
|
||||
Reference in New Issue
Block a user