From da35bf4c3ab514e417244aae1d1923487f558584 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 9 Nov 2017 20:10:50 +0100 Subject: Correct tests after 69b930565a118f1f9890492e9f3130e23091b398 Now that a bunch of function signatures have been rewritten to take references, update the tests to pass the correct arguments. --- src/github.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/github.rs') diff --git a/src/github.rs b/src/github.rs index 0eb85b0..6cabbfd 100644 --- a/src/github.rs +++ b/src/github.rs @@ -90,8 +90,8 @@ mod tests { }; update_commit_status( - commit_ref, - CommitStatus::Success, + &commit_ref, + &CommitStatus::Success, "https://jenkins.example.com/job/octocat/3".to_string(), None, "continuous-integration/jenkins".to_string() -- cgit v1.2.3