Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Oct 31, 2024
1 parent ad20c08 commit 682ca9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions threagile-builder/tests/test_fib.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2024-present Willem van Heemstra <[email protected]>
#
# SPDX-License-Identifier: MIT
from threagile_builder.fib import fibonacci


def test():
assert fibonacci(32) == 2178309 # noqa: PLR2004

0 comments on commit 682ca9d

Please sign in to comment.