Skip to content

Commit 261ce85

Browse files
committed
fix test
1 parent 4eac9fe commit 261ce85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_report/tests/report.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ fn clean_up_cache_files() {
6262
#[serial]
6363
async fn publish_test_report() {
6464
cleanup_env_vars();
65+
clean_up_cache_files();
66+
6567
let temp_dir = tempdir().unwrap();
6668
let repo_setup_res = setup_repo_with_commit(&temp_dir);
6769
generate_mock_codeowners(&temp_dir);
@@ -933,6 +935,4 @@ async fn test_get_quarantine_config_disk_cache() {
933935
assert_eq!(get_quarantine_config_requests.len(), 2);
934936
assert_eq!(get_quarantine_config_requests[1].repo, repo_2,);
935937
}
936-
937-
clean_up_cache_files();
938938
}

0 commit comments

Comments
 (0)