Skip to content

Commit

Permalink
review #3
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Zwerschke <[email protected]>
  • Loading branch information
ytausch and pavelzw authored Nov 30, 2024
1 parent 6c6777f commit 2c9259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_upstream_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ def test_update_upstream_versions_nonexistent_package(caplog):
feedstock=feedstock_name,
)

assert "Feedstock nonexistent-feedstock not found in graph" in caplog.text
assert f"Feedstock {feedstock_name}-feedstock not found in graph" in caplog.text


@mock.patch("conda_forge_tick.update_upstream_versions.filter_nodes_for_job")
Expand Down

0 comments on commit 2c9259f

Please sign in to comment.