mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
Add simple comments to uncommented functions.
This commit is contained in:
parent
5c70d2724b
commit
643cdd3461
10 changed files with 75 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
// TestGetRepoInfoFromURL is a function
|
||||
func TestGetRepoInfoFromURL(t *testing.T) {
|
||||
type scenario struct {
|
||||
testName string
|
||||
|
@ -41,6 +42,7 @@ func TestGetRepoInfoFromURL(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// TestCreatePullRequest is a function
|
||||
func TestCreatePullRequest(t *testing.T) {
|
||||
type scenario struct {
|
||||
testName string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue