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: Remove tests for deprecated FCM apis #978

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

jonathanedey
Copy link
Contributor

@jonathanedey jonathanedey commented Aug 19, 2024

Removed tests for deprecated sendMulticast and sendAll methods.

@jonathanedey jonathanedey added the release:stage Stage a release candidate label Aug 19, 2024
@@ -1018,11 +751,6 @@ public String send(Message message, boolean dryRun) throws FirebaseMessagingExce
@Override
public BatchResponse sendAll(
List<Message> messages, boolean dryRun) throws FirebaseMessagingException {
Copy link
Member

Choose a reason for hiding this comment

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

Do we still need to keep this helper function?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, MockFirebaseMessagingClient implements FirebaseMessagingClient which requires sendAll to be implemented. We can remove this when we fully remove the deprecated APIs.

@jonathanedey jonathanedey merged commit 90b0cd6 into master Aug 20, 2024
6 checks passed
@jonathanedey jonathanedey deleted the je-drop-messaging-tests branch August 20, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:stage Stage a release candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants