fixed an issue with a test
This commit is contained in:
parent
3de985cf48
commit
cfea73c6e8
|
@ -339,6 +339,7 @@ mod tests {
|
|||
fn get_next_url_works() {
|
||||
let config = get_config();
|
||||
// Reset file
|
||||
std::fs::write(&config.files.urls, &TEST_URL).unwrap();
|
||||
std::fs::write(&config.files.posted, "").unwrap();
|
||||
|
||||
// Get test url
|
||||
|
|
Loading…
Reference in New Issue