Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Mar 21, 2024
1 parent d71df36 commit 565032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consumer/fetch_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ mod tests {
version,
);

let foo_id = match topic_ids.get(&StrBytes::from_static_str("bar")) {
let foo_id = match topic_ids.get(&StrBytes::from_static_str("foo")) {
Some(id) => *id,
None => Uuid::nil(),
};
Expand Down

0 comments on commit 565032c

Please sign in to comment.