Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Sep 9, 2024
1 parent fba05f8 commit f14deb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/capture/src/limiters/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ mod tests {
#[tokio::test]
async fn test_dynamic_limited() {
let client = MockRedisClient::new().zrangebyscore_ret(
"@posthog/capture-overflow/events",
"@posthog/capture-overflow/recordings",
vec![String::from("banana")],
);
let client = Arc::new(client);
Expand Down

0 comments on commit f14deb9

Please sign in to comment.