Skip to content

Commit c8753e1

Browse files
committed
Add a test case
1 parent 8e9bcee commit c8753e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/repo_commits_search_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ func TestRepoCommitsSearch(t *testing.T) {
3333
testRepoCommitsSearch(t, "author:bob commit-4", "58e97d1a24")
3434
testRepoCommitsSearch(t, "author:bob commit after:2019-03-03", "58e97d1a24")
3535
testRepoCommitsSearch(t, "committer:alice commit before:2019-03-02", "6e8eabd9a7")
36+
testRepoCommitsSearch(t, "committer:alice author:tom commit before:2019-03-04 after:2019-03-02", "0a8499a22a")
3637
}

0 commit comments

Comments
 (0)