1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 21:38:09 -05:00

Fix a variable name

This commit is contained in:
Bradlee Speice 2019-10-07 07:07:16 -04:00
parent 2cd2ae9995
commit 1a3d67f02c

View File

@ -211,7 +211,7 @@ mod tests {
fn single_duty_cycle() { fn single_duty_cycle() {
let temp_dir = tempdir().unwrap(); let temp_dir = tempdir().unwrap();
let path = temp_dir.path().to_path_buf(); let path = temp_dir.path().to_path_buf();
tempdir.close(); temp_dir.close();
let driver = DriverContext::default() let driver = DriverContext::default()
.set_aeron_dir(&path) .set_aeron_dir(&path)