Fix a variable name

pull/6/head
Bradlee Speice 2019-10-07 07:07:16 -04:00
parent 2cd2ae9995
commit 1a3d67f02c
1 changed files with 1 additions and 1 deletions

View File

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