Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Feb 13, 2024
1 parent e547aad commit 4b14ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenoh/src/publication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,7 @@ mod tests {
fn sample_kind_integrity_in_publication() {
use crate::{open, prelude::sync::*};
use zenoh_protocol::core::SampleKind;
use crate::publication::HasWriteWithSampleKind;

const KEY_EXPR: &str = "test/sample_kind_integrity/publication";
const VALUE: &str = "zenoh";
Expand Down

0 comments on commit 4b14ea3

Please sign in to comment.