Skip to content

Commit

Permalink
fix unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Nov 17, 2024
1 parent 263db7f commit 31c84de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ mod tests {
.lock()
.insert("existing_topic".into(), detail.clone());

manager.delete("existing_topic");
manager.delete(&CheetahString::from_static_str("existing_topic"));

assert!(manager.get_topic_queue_mapping("existing_topic").is_none());
}
Expand Down

0 comments on commit 31c84de

Please sign in to comment.