mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
refactor: add err checks (#2896)
Signed-off-by: Larry Bordowitz <laurence.bordowitz@gmail.com>
This commit is contained in:
@@ -337,7 +337,6 @@ func TestMkConfigDir_new(t *testing.T) {
|
||||
|
||||
func TestMkConfigDir_exists(t *testing.T) {
|
||||
tmpConfigDir := filepath.Join(t.TempDir(), ".terraform.d")
|
||||
os.Mkdir(tmpConfigDir, os.ModePerm)
|
||||
|
||||
err := mkConfigDir(tmpConfigDir)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user