Skip to content

Commit

Permalink
fix: set keyexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 14, 2023
1 parent 4c7dd88 commit 482cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/z_test_fragment_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void data_handler(const z_sample_t *sample, void *ctx) {
}

int main(int argc, char **argv) {
const char *keyexpr = "test/**";
const char *keyexpr = "test/zenoh-pico-fragment";
const char *mode = "client";
char *llocator = NULL;
(void)argv;
Expand Down

0 comments on commit 482cd08

Please sign in to comment.