Skip to content

Commit

Permalink
f fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Oct 30, 2024
1 parent 7829933 commit 4b9e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush-common/src/db/bigtable/bigtable_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ mod tests {
// Now, can we do all that with topic messages
client.add_channel(&uaid, &topic_chid).await?;
let test_data = "An_encrypted_pile_of_crap_with_a_topic".to_owned();
let timestamp = now();
let timestamp_s = now();
let sort_key = now();
// Can we store a message?
let test_notification = crate::db::Notification {
Expand Down

0 comments on commit 4b9e6b5

Please sign in to comment.