diff options
author | Teddy Wing | 2017-11-17 00:14:22 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-17 00:14:22 +0100 |
commit | 47ec45de9808045dc6b0c6a209727764ac627e82 (patch) | |
tree | 39d69055bb1304a36f8863c90297987889a17cc0 /src/pull_request.rs | |
parent | 34c8e2a893095e3b15ddf0a5d4f7b521aeebde22 (diff) | |
download | kipper-47ec45de9808045dc6b0c6a209727764ac627e82.tar.bz2 |
pull_request.rs: Remove old comments from test
These are no longer relevant.
Diffstat (limited to 'src/pull_request.rs')
-rw-r--r-- | src/pull_request.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pull_request.rs b/src/pull_request.rs index f44227e..fb06544 100644 --- a/src/pull_request.rs +++ b/src/pull_request.rs @@ -472,9 +472,5 @@ mod tests { assert_eq!(commit_ref.repo, "public-repo"); assert_eq!(commit_ref.sha, "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"); assert_eq!(commit_ref.branch, "changes"); - - // repo name (repository/name) - // commit SHA (`head_commit`) - // branch name (`ref`) } } |