Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 65439ab

Browse files
committed
Fix unit test
1 parent 76e8ebe commit 65439ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/tests/test_newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def test_unexpected_branch_modifies_submodule_and_targets(self):
754754
755755
* Pull requests are usually filed against the master branch for this repo, but this one is against something-else. Please double check that you specified the right target!
756756
* These commits modify **submodules**.
757-
* These commits modify **compiler targets**. ([Target Support Tier Policy](https://github.com/joshtriplett/rfcs/blob/target-tier-policy/text/0000-target-tier-policy.md))"""
757+
* These commits modify **compiler targets**. (See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)"""
758758
self.mocks['post_comment'].assert_called_with(
759759
expected_warning, self.owner, self.repo, self.issue
760760
)

0 commit comments

Comments
 (0)