Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jun 28, 2024
1 parent d09e7be commit 9216f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses-snapshot-testing/tests/analyses_snapshot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def sort_all_lists(d: Any, sort_key: str | None = None) -> Any:
protocols_under_test(),
ids=[x.short_sha for x in protocols_under_test()],
)
# @pytest.mark.usefixtures("analyze_protocols")
@pytest.mark.usefixtures("analyze_protocols")
def test_analysis_snapshot(snapshot_custom: SerializableData, protocol: Protocol) -> None:
analysis_ref = os.getenv("ANALYSIS_REF")
if not analysis_ref:
Expand Down

0 comments on commit 9216f48

Please sign in to comment.