We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b8a34 commit 2eb5f51Copy full SHA for 2eb5f51
graphql_client/tests/operation_selection.rs
@@ -16,8 +16,8 @@ pub struct Heights;
16
)]
17
pub struct Echo;
18
19
-const HEIGHTS_RESPONSE: &str = r##"{"mountainHeight": 224, "buildingHeight": 12}"##;
20
-const ECHO_RESPONSE: &str = r##"{"echo": "tiramisù"}"##;
+const HEIGHTS_RESPONSE: &str = r#"{"mountainHeight": 224, "buildingHeight": 12}"#;
+const ECHO_RESPONSE: &str = r#"{"echo": "tiramisù"}"#;
21
22
#[test]
23
fn operation_selection_works() {
0 commit comments