mirror of
https://github.com/grdl/git-get.git
synced 2026-02-05 03:49:42 +00:00
Fix issues found by thelper linter
This commit is contained in:
@@ -65,12 +65,16 @@ func TestGitConfig(t *testing.T) {
|
||||
}
|
||||
|
||||
func makeConfigEmpty(t *testing.T) *cfgStub {
|
||||
t.Helper()
|
||||
|
||||
return &cfgStub{
|
||||
Repo: test.RepoWithEmptyConfig(t),
|
||||
}
|
||||
}
|
||||
|
||||
func makeConfigValid(t *testing.T) *cfgStub {
|
||||
t.Helper()
|
||||
|
||||
return &cfgStub{
|
||||
Repo: test.RepoWithValidConfig(t),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user