Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix broken tests #59

Merged
merged 1 commit into from
Jun 24, 2023
Merged

chore: fix broken tests #59

merged 1 commit into from
Jun 24, 2023

Conversation

falconandy
Copy link
Contributor

Summary

Fix broken tests.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: No

@falconandy falconandy merged commit 08397a7 into main Jun 24, 2023
@falconandy falconandy deleted the fix-amplitude-plugin-tests branch June 24, 2023 09:50
@@ -337,6 +337,7 @@ func (t *AmplitudePluginSuite) TestAmplitudePlugin_ReduceChunkSize() {
storage.On("Pull", flushQueueSize/2, mock.Anything).Return([]*types.StorageEvent{storageEvent1}).Once()
storage.On("Pull", flushQueueSize/2, mock.Anything).Return([]*types.StorageEvent{storageEvent2}).Once()
storage.On("Pull", flushQueueSize/2, mock.Anything).Return(nil).Once()
storage.On("ReturnBack", []*types.StorageEvent{storageEvent1, storageEvent2}).Return(nil).Once()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Return(nil) is not needed, the func has no return value at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gilbertsoft Fixed, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants