Skip to content

Commit

Permalink
Add back args_for_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Oct 2, 2024
1 parent f57767a commit bdcfdf7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/unit/contracts/graph/test_nodes_parsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@


@pytest.fixture
def flags_for_args() -> Namespace:
return Namespace(SEND_ANONYMOUS_USAGE_STATS=False)
def args_for_flags() -> Namespace:
return Namespace(
send_anonymous_usage_stats=False,
state_modified_compare_more_unrendered_values=False,
state_modified_compare_vars=False,
)


@pytest.fixture
Expand Down

0 comments on commit bdcfdf7

Please sign in to comment.