Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
I'm beginning to wonder if I need a new keyboard...
  • Loading branch information
garypen committed Apr 27, 2022
1 parent 8c904cf commit 270d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/router_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ mod test {
assert!(service.is_err())
}

// This test must use the mult_thread tokio executor or the opentelemetry hang bug will
// This test must use the multi_thread tokio executor or the opentelemetry hang bug will
// be encountered. (See https://github.com/open-telemetry/opentelemetry-rust/issues/536)
#[tokio::test(flavor = "multi_thread")]
async fn test_telemetry_doesnt_hang_with_invalid_schema() {
Expand Down

0 comments on commit 270d4c5

Please sign in to comment.