Skip to content

Commit

Permalink
delete unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Akiyama <[email protected]>
  • Loading branch information
YamasouA committed Feb 2, 2025
1 parent 0800786 commit 5e3078c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ impl ContainerLifecycle {
self.container_id = id.to_string();
}

pub fn get_id(&self) -> &str {
&self.container_id
}

pub fn create(&self) -> TestResult {
create::create(self.project_path.path(), &self.container_id).into()
}
Expand Down

0 comments on commit 5e3078c

Please sign in to comment.