diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/main.rs b/cli/main.rs index 52f2c55af..77366ec12 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1088,7 +1088,7 @@ async fn test_command( output.insert(specifier); get_dependencies( - &graph, + graph, graph.get_specifier(specifier)?, output, )?; @@ -1099,7 +1099,7 @@ async fn test_command( output.insert(specifier); get_dependencies( - &graph, + graph, graph.get_specifier(specifier)?, output, )?; |