Skip to content

Commit

Permalink
int_test: make dialyzer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 30, 2023
1 parent de0e755 commit b50a9b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/blockfrost_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ integration_test() ->
{ok, _} = blockfrost:get_pools_retired(),
{ok, _} = blockfrost:get_pools_retiring(),

{ok, _} = blockfrost:get_scripts().
{ok, _} = blockfrost:get_scripts(),

ok.

-dialyzer({[no_return], [ integration_test/0 ]}).

0 comments on commit b50a9b5

Please sign in to comment.