Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 28, 2024
1 parent db70f9b commit 46add0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('Extension E2E Tests', () => {
const zipContent = await readFile(keysFilePath);
const zip = await JSZip.loadAsync(zipContent);

const expectedFiles = ['devic.txt', 'master.txt', 'revocation.txt'];
const expectedFiles = ['device.txt', 'master.txt', 'revocation.txt'];
const actualFiles = Object.keys(zip.files);

expectedFiles.forEach((file) => {
Expand Down

0 comments on commit 46add0d

Please sign in to comment.