Skip to content

Commit

Permalink
ROVER-69 Migrate tests from #1977
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Jul 26, 2024
1 parent eba5e06 commit e385832
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 8 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ dircpy = "0.3.18"
duct = "0.13.7"
git2 = { workspace = true, features = ["https"]}
httpmock = { workspace = true }
indoc = { workspace = true }
mime = "0.3.17"
portpicker = "0.1.1"
predicates = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions src/command/supergraph/compose/do_compose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ impl Compose {

#[cfg(test)]
mod tests {
use std::convert::TryFrom;

use rstest::rstest;
use speculoos::assert_that;

Expand Down
Loading

0 comments on commit e385832

Please sign in to comment.