diff options
| author | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-07 20:40:46 +0800 |
| commit | 2591672ed9934393029cb5097c2d79bdad591c08 (patch) | |
| tree | a2a8f6f144dbc0c2a4e5c681eb1036a9a6323736 /src/test.rs | |
| parent | 58047f90f79b129e445cbf856a23b3a5518c0b12 (diff) | |
feat(ci): Update workflow file
* chore: Address clippy suggestion
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'src/test.rs')
| -rw-r--r-- | src/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.rs b/src/test.rs index 54435e5..3d54d71 100644 --- a/src/test.rs +++ b/src/test.rs @@ -312,7 +312,7 @@ mod core { #[test] fn test_protected_repo_parser() { - let tmpdir = tempdir::TempDir::new("test").unwrap(); + let tmpdir = tempfile::TempDir::new().unwrap(); let another_file_path = format!( "include={}/REPO_SETTING # TEST\ncgit-simple-auth-protect=part", |
