add comment

This commit is contained in:
Colin Hoglund 2022-08-16 11:44:57 -07:00
parent c5a7551da8
commit 64045fadfb
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"github.com/stretchr/testify/require"
)
// NewTestConfig is a helper for setting up a Config object and error checking
func NewTestConfig(t *testing.T) *Config {
conf, err := NewConfig(os.Stdout, os.Stderr)
require.NoError(t, err)