complete test for run
This commit is contained in:
parent
a21f2e0719
commit
04499dd10d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ mod tests {
|
|||
download_as_mp3: mock_network_download_as_mp3(tx),
|
||||
},
|
||||
file: FileEnv {
|
||||
open: mock_file_open(vec![subs_file_name.clone()]),
|
||||
open: mock_file_open(vec![subs_file_name.clone(), history_file_name.clone()]),
|
||||
append_line: mock_file_append_line(),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue