Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 18, 2023
1 parent 547de6e commit 0ce5a84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/install_scripts_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ func (suite *InstallScriptsIntegrationTestSuite) TestInstall() {
suite.NoError(err)
suite.FileExists(stateExec)


suite.assertBinDirContents(binPath)
suite.assertCorrectVersion(ts, binPath, tt.Version, tt.Channel)
suite.assertAnalytics(ts)
suite.assertAnalytics(ts)
suite.DirExists(ts.Dirs.Config)

// Verify that can install overtop
Expand Down

0 comments on commit 0ce5a84

Please sign in to comment.