Skip to content

Commit

Permalink
Chore: English
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeev committed Jan 23, 2025
1 parent 4d3ce7b commit 45cee7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/criticalup-cli/tests/cli/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async fn show_path_only() {

let manifest_path = current_dir.to_str().expect("conversion to str failed");

// generate the manifest object so we can get the installation id hash
// Generate the manifest object so we can get the installation id hash.
let p = ProjectManifest::load(current_dir.as_path()).expect("could not load project manifest");
let id_hash = p.products()[0].installation_id().0;

Expand Down Expand Up @@ -49,7 +49,7 @@ async fn open_browser() {

let manifest_path = current_dir.to_str().expect("conversion to str failed");

// generate the manifest object so we can get the installation id hash
// Generate the manifest object so we can get the installation id hash.
let p = ProjectManifest::load(current_dir.as_path()).expect("could not load project manifest");
let id_hash = p.products()[0].installation_id().0;

Expand All @@ -74,7 +74,7 @@ async fn error_no_file() {

let manifest_path = current_dir.to_str().expect("conversion to str failed");

// generate the manifest object so we can get the installation id hash
// Generate the manifest object so we can get the installation id hash.
let p = ProjectManifest::load(current_dir.as_path()).expect("could not load project manifest");
let id_hash = p.products()[0].installation_id().0;

Expand All @@ -99,7 +99,7 @@ async fn error_no_package() {

let manifest_path = current_dir.to_str().expect("conversion to str failed");

// generate the manifest object so we can get the installation id hash
// Generate the manifest object so we can get the installation id hash.
let p = ProjectManifest::load(current_dir.as_path()).expect("could not load project manifest");
let id_hash = p.products()[0].installation_id().0;

Expand Down

0 comments on commit 45cee7a

Please sign in to comment.