Skip to content

Commit

Permalink
chore: missing indentation
Browse files Browse the repository at this point in the history
Changelog: None
Signed-off-by: Ole Petter <[email protected]>
  • Loading branch information
oleorhagen committed Apr 4, 2022
1 parent 7fd4b49 commit d859102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func TestStateInventoryUpdateRetry(t *testing.T) {
ctx.WakeupChan = make(chan bool, 1)
retryPollCount := 9
for i := 0; i < retryPollCount-1; i++ {
ctx.inventoryUpdateAttempts = i
ctx.inventoryUpdateAttempts = i
s, _ := iur.Handle(ctx, &stateTestController{
inventoryErr: errors.New("some err"),
inventPollIntvl: 5 * time.Second,
Expand Down

0 comments on commit d859102

Please sign in to comment.