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:
parent
2cd2ae9995
commit
1a3d67f02c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user