From 47ec45de9808045dc6b0c6a209727764ac627e82 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 Nov 2017 00:14:22 +0100 Subject: pull_request.rs: Remove old comments from test These are no longer relevant. --- src/pull_request.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pull_request.rs') 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`) } } -- cgit v1.2.3