Skip to content

Commit

Permalink
fix(5595): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Nov 3, 2024
1 parent b7e11b0 commit 05882da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/integration/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ func TestRepeatedInstallUninstall(t *testing.T) {
iterations := 100
for i := 0; i < iterations; i++ {
t.Run(fmt.Sprintf("%s-%d", t.Name(), i), func(t *testing.T) {

// Get path to Elastic Agent executable
fixture, err := define.NewFixtureFromLocalBuild(t, define.Version())
require.NoError(t, err)
Expand Down Expand Up @@ -443,7 +442,7 @@ func TestForceInstallDevelopment(t *testing.T) {
require.NoError(t, err)
}

// Confirm that the first development isntallation is successful
// Confirm that the first development installation is successful
require.True(t, devFix.IsInstalled())

devTopPath := installtest.NamespaceTopPath(devInstOpt.Namespace)
Expand Down

0 comments on commit 05882da

Please sign in to comment.