Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Dec 16, 2024
1 parent 3c0bbbc commit 6c762ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agents/microchain/test_messages_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def account2_private_key() -> SecretStr:
) # anvil account 1


def mock_spice_query(query: str, api_key: str) -> pl.DataFrame:
def mock_spice_query(query: str, api_key: str, cache: bool) -> pl.DataFrame:
return pl.DataFrame(
{
"hash": [MOCK_HASH_1, MOCK_HASH_2],
Expand Down

0 comments on commit 6c762ab

Please sign in to comment.