Skip to content

Commit

Permalink
added one step to fibonacci test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 17, 2024
1 parent 3a2f7e6 commit f18c2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Fibonacci.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('[Fibonacci]', () => {
[13, 8],
[21, 13],
[34, 21],
[55, 34],
]) {
const n1 = await contract.getN1();
const n2 = await contract.getN2();
Expand Down

0 comments on commit f18c2ca

Please sign in to comment.