Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Dec 18, 2024
1 parent 10e0ea4 commit eeeebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ impl ByteStreamSourceParserImpl {
#[cfg(test)]
pub mod test_utils {
use futures::StreamExt as _;
use itertools::Itertools as _;

use super::*;
use crate::source::SourceMessage;

#[easy_ext::ext(ByteStreamSourceParserImplTestExt)]
pub(crate) impl ByteStreamSourceParserImpl {
Expand Down

0 comments on commit eeeebb4

Please sign in to comment.