Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 17, 2024
1 parent 6c6dffb commit f5dfc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ckbtc/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function getTests(): Test {
1_000_000_000n
);

expect(transferResult).not.toContain('Err');
expect(transferResult).not.toHaveProperty('Err');
expect(transferResult).toStrictEqual({ Ok: 1n });
});

Expand Down

0 comments on commit f5dfc89

Please sign in to comment.