Skip to content

Commit

Permalink
Update posix_segment.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Jul 24, 2024
1 parent b545f72 commit 0564fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-shm/tests/posix_segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ where
validate_segment(&created_segment, &opened_segment_instance_2, elem_count);

drop(opened_segment_instance_1);
validate_segment(&created_segment, &opened_segment_instance_2);
validate_segment(&created_segment, &opened_segment_instance_2, elem_count);
}

/// UNSIGNED ///
Expand Down

0 comments on commit 0564fd8

Please sign in to comment.