mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Update the version test
This commit is contained in:
parent
9bb663e16c
commit
6853801b66
@ -14,6 +14,6 @@ mod tests {
|
|||||||
let patch = unsafe { crate::aeron_version_patch() };
|
let patch = unsafe { crate::aeron_version_patch() };
|
||||||
assert_eq!(major, 1);
|
assert_eq!(major, 1);
|
||||||
assert_eq!(minor, 22);
|
assert_eq!(minor, 22);
|
||||||
assert_eq!(patch, 0);
|
assert_eq!(patch, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user