Skip to content

Commit

Permalink
tidy up test
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Apr 22, 2024
1 parent 1a3e9c4 commit af78550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/utils/kyve/kyve.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ describe('KyveApi', () => {

const files = await fs.promises.readdir(tmpPath);

expect(files).not.toContain('bundle_0.json');
expect(files).not.toContain('bundle_2_0.json');
});
it('Should increment bundleId when height exceeds cache', async () => {
const bundle = await (kyveApi as any).getBundleById(0);
Expand Down

0 comments on commit af78550

Please sign in to comment.