Fix name of directory used in unit test.

There's another test called 'timeline_load'. If the two tests run in
parallel, they would conflict and fail.
This commit is contained in:
Heikki Linnakangas
2022-03-18 21:27:48 +02:00
parent b19870cd88
commit 3b069f5aef
2 changed files with 2 additions and 2 deletions

View File

@@ -1181,7 +1181,7 @@ mod tests {
#[test]
fn timeline_load_with_ancestor() -> Result<()> {
const TEST_NAME: &str = "timeline_load";
const TEST_NAME: &str = "timeline_load_with_ancestor";
let harness = RepoHarness::create(TEST_NAME)?;
// create two timelines
{