summaryrefslogtreecommitdiffstats
path: root/pkg/commands/pull_request_test.go
diff options
context:
space:
mode:
authorBlakeMScurr <blakemscurr@gmail.com>2018-11-30 13:47:14 +1300
committerBlakeMScurr <blakemscurr@gmail.com>2018-11-30 13:47:14 +1300
commit181f91d2efa816bddfb296971372c1cb675a370e (patch)
tree0cb99e1ca08d9ab7503b16d97aa4c92936dbf103 /pkg/commands/pull_request_test.go
parent643cdd3461007fafb1fd9284a65b54f36e55ddac (diff)
Add full stops to new comments.
Diffstat (limited to 'pkg/commands/pull_request_test.go')
-rw-r--r--pkg/commands/pull_request_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/commands/pull_request_test.go b/pkg/commands/pull_request_test.go
index a8d0ac608..774baf92e 100644
--- a/pkg/commands/pull_request_test.go
+++ b/pkg/commands/pull_request_test.go
@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
)
-// TestGetRepoInfoFromURL is a function
+// TestGetRepoInfoFromURL is a function.
func TestGetRepoInfoFromURL(t *testing.T) {
type scenario struct {
testName string
@@ -42,7 +42,7 @@ func TestGetRepoInfoFromURL(t *testing.T) {
}
}
-// TestCreatePullRequest is a function
+// TestCreatePullRequest is a function.
func TestCreatePullRequest(t *testing.T) {
type scenario struct {
testName string