aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-11-17 00:14:22 +0100
committerTeddy Wing2017-11-17 00:14:22 +0100
commit47ec45de9808045dc6b0c6a209727764ac627e82 (patch)
tree39d69055bb1304a36f8863c90297987889a17cc0
parent34c8e2a893095e3b15ddf0a5d4f7b521aeebde22 (diff)
downloadkipper-47ec45de9808045dc6b0c6a209727764ac627e82.tar.bz2
pull_request.rs: Remove old comments from test
These are no longer relevant.
-rw-r--r--src/pull_request.rs4
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`)
}
}