diff options
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github.rs b/src/github.rs index f24d1f0..731d261 100644 --- a/src/github.rs +++ b/src/github.rs @@ -104,7 +104,7 @@ mod tests { "https://jenkins.example.com/job/octocat/3".to_string(), None, "continuous-integration/jenkins".to_string() - ); + ).expect("Failed to update commit status"); mock.assert(); } |