Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Apr 22, 2024
1 parent 606501c commit 1a3e9c4
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 @@ -391,7 +391,7 @@ describe('KyveApi', () => {
expect(r).toEqual(JSON.stringify(block_3856726));
});
it('isBundle', () => {
const bundle = 'bundle_0.json';
const bundle = 'bundle_2_0.json';
const notBundle = 'data.json';

expect((kyveApi as any).isBundleFile(bundle)).toBe(true);
Expand Down

0 comments on commit 1a3e9c4

Please sign in to comment.