Skip to content

Commit

Permalink
Update tests/e2e/supergraph/fetch.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronArinder committed Aug 2, 2024
1 parent 4414951 commit e1948e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/supergraph/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn e2e_test_rover_supergraph_fetch(remote_supergraph_graphref: String) {
]);

// THEN
// - successfull command; no panics, stderr messages
// - successful command; no panics, stderr messages
// - the Query type exists, meaning that a schema was properly fetched
let output = cmd.output().expect("Could not run command");
if !output.status.success() {
Expand Down

0 comments on commit e1948e5

Please sign in to comment.