Home
last modified time | relevance | path

Searched refs:zip_file_1 (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/common/src/util/
Dzip_artifact.rs181 let zip_file_1 = path.join("netsim_artifacts_2024-01-01.zip"); in test_fetch_zip_files() localVariable
185 if File::create(&zip_file_1).is_err() { in test_fetch_zip_files()
199 assert_eq!(files.get(2).unwrap(), &zip_file_1); in test_fetch_zip_files()