From e1948e51c5b43692ee18f1d55826dab8d59c1d5b Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 2 Aug 2024 13:58:12 -0400 Subject: [PATCH] Update tests/e2e/supergraph/fetch.rs --- tests/e2e/supergraph/fetch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/supergraph/fetch.rs b/tests/e2e/supergraph/fetch.rs index bae6f8454..e0847b2c0 100644 --- a/tests/e2e/supergraph/fetch.rs +++ b/tests/e2e/supergraph/fetch.rs @@ -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() {