diff options
| author | Russ Cox <rsc@golang.org> | 2021-01-07 12:26:06 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-01-07 18:26:42 +0000 |
| commit | 3f3690dc9cf1f7c0ddca72d1c5313be4022ece58 (patch) | |
| tree | f302f9307c7019340957396f040613f2962e6417 /git-codereview/pending_test.go | |
| parent | 541f6aec3b30c1bd064ea95cdaaf57f4e65bef4d (diff) | |
| download | go-x-review-3f3690dc9cf1f7c0ddca72d1c5313be4022ece58.tar.xz | |
git-codereview: add a few more tests
Change-Id: I17ad065e8b4c1eb00cdd2f17af82be76bae4fc09
Reviewed-on: https://go-review.googlesource.com/c/review/+/279717
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'git-codereview/pending_test.go')
| -rw-r--r-- | git-codereview/pending_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-codereview/pending_test.go b/git-codereview/pending_test.go index ccb2f76..1124e4d 100644 --- a/git-codereview/pending_test.go +++ b/git-codereview/pending_test.go @@ -323,6 +323,7 @@ func TestPendingGerrit(t *testing.T) { file `) + testPendingArgs(t, []string{"-l", "-s"}, ` work REVHASH..REVHASH (current branch, 1 behind) + REVHASH msg |
