Skip to content

Commit

Permalink
chore: undo
Browse files Browse the repository at this point in the history
  • Loading branch information
i10416 committed Dec 28, 2023
1 parent b71087e commit dca8047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ mod tests {
let c = FCMClient::new().await.expect(
"FCMClient initialization failed. Did you export GOOGLE_APPLICATION_CREDENTIALS?",
);
let sts = c.get_info_by_iid_token("nope", true).await;
let sts = c.get_info_by_iid_token(&tkn, true).await;
let res = c.register_token_to_topic(&topic_name, &tkn).await;
let res = c
.unregister_tokens_from_topic(&topic_name, vec![tkn.clone().into()])
Expand Down

0 comments on commit dca8047

Please sign in to comment.