Skip to content

Commit

Permalink
No-op comment update (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jan 12, 2024
1 parent c293f51 commit fe0462e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tuf/autoupdate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ func Test_storeError(t *testing.T) {
mockQuerier.On("Query", mock.Anything).Return([]map[string]string{{"version": "1.1.1"}}, nil).Once()

// We only expect TidyLibrary to run for osqueryd, since we can't get the current running version
// for launcher in tests.
// for launcher in tests
mockLibraryManager.On("TidyLibrary", binaryOsqueryd, mock.Anything).Return().Once()

// Start the autoupdater going
Expand Down

0 comments on commit fe0462e

Please sign in to comment.