Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 12, 2024
1 parent 4cf2613 commit 9b2f653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relay-server/src/services/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,10 @@ impl Service for EnvelopeBufferService {

#[cfg(test)]
mod tests {
use std::time::Duration;

use hashbrown::HashSet;
use relay_dynamic_config::GlobalConfig;
use std::time::Duration;
use tokio::sync::mpsc;
use uuid::Uuid;

Expand Down

0 comments on commit 9b2f653

Please sign in to comment.