Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elhmn committed Jan 21, 2025
1 parent 1b3e794 commit 4823e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func (suite *SpokesReceivePackTestSuite) TestSpokesReceivePackAllowedWhenWithIsI
assert.NoError(
suite.T(),
err,
"unexpected failure with the custome spokes-receive-pack program; it should have succeeded")
"unexpected failure with the custom spokes-receive-pack program; it should have succeeded")
}

func (suite *SpokesReceivePackTestSuite) TestSpokesReceivePackAllowedWhenWithImportSkipPushLimitSockStat() {
Expand All @@ -242,7 +242,7 @@ func (suite *SpokesReceivePackTestSuite) TestSpokesReceivePackAllowedWhenWithImp
assert.NoError(
suite.T(),
err,
"unexpected failure with the custome spokes-receive-pack program; it should have succeeded")
"unexpected failure with the custom spokes-receive-pack program; it should have succeeded")
}

func (suite *SpokesReceivePackTestSuite) TestWithGovernor() {
Expand Down

0 comments on commit 4823e2a

Please sign in to comment.