mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 05:28:10 -05:00
...and fix the test case
This commit is contained in:
parent
1702bea1a2
commit
92ba2cd6c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
Cargo.lock
|
||||
|
||||
.idea/
|
||||
*.swp
|
||||
|
@ -13,7 +13,7 @@ mod tests {
|
||||
let minor = unsafe { crate::aeron_version_minor() };
|
||||
let patch = unsafe { crate::aeron_version_patch() };
|
||||
assert_eq!(major, 1);
|
||||
assert_eq!(minor, 21);
|
||||
assert_eq!(patch, 2);
|
||||
assert_eq!(minor, 22);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user