Skip to content

Commit

Permalink
add todos and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 15, 2019
1 parent 2e98b40 commit 9b3a649
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/windows/installer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func TestInstaller_Config(t *testing.T) {
t.Fatalf("MSIExec error:\n============================\n%s", err)
}

t.Logf("installDir: %s", installDir)
files, err := ioutil.ReadDir(installDir)
require.NoError(t, err)
for _, f := range files {
Expand All @@ -113,7 +112,10 @@ func TestInstaller_Config(t *testing.T) {
err = yaml.Unmarshal(configData, config)
require.NoError(t, err)

// TODO: assert config values match input props
t.Logf("config:\n%+v", config)

// TODO: uninstall
}

func requireInstaller(ctx *testcontext.Context, t *testing.T) {
Expand Down

0 comments on commit 9b3a649

Please sign in to comment.