Update the version test

pull/11/head
Bradlee Speice 2019-10-12 15:16:27 -04:00
parent 9bb663e16c
commit 6853801b66
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ mod tests {
let patch = unsafe { crate::aeron_version_patch() };
assert_eq!(major, 1);
assert_eq!(minor, 22);
assert_eq!(patch, 0);
assert_eq!(patch, 1);
}
}