diff options
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github.rs b/src/github.rs index d246c4e..325f6bf 100644 --- a/src/github.rs +++ b/src/github.rs @@ -84,6 +84,7 @@ mod tests { .create(); let commit_ref = CommitRef { + owner: "octocat".to_string(), repo: "Hello-World".to_string(), sha: "6dcb09b5b57875f334f61aebed695e2e4193db5e".to_string(), branch: "not-used".to_string(), |