Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daninet committed Oct 10, 2020
1 parent 8fc9c58 commit b573e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { IHasher } from '../lib/WASMInterface';

test('IHasherApi', async () => {
const keys = Object.keys(api).filter((key) => key.startsWith('create'));
expect(keys.length).toBe(15);
expect(keys.length).toBe(16);

const functions: IHasher[] = await Promise.all(
keys.map(
Expand Down

0 comments on commit b573e5c

Please sign in to comment.