Skip to content

Commit 4c2cc27

Browse files
committed
store: Restore a comment in a test
1 parent 47e8ba2 commit 4c2cc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/test-store/tests/graphql/introspection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ async fn satisfies_graphiql_introspection_query_with_fragments() {
617617
// needs to be regenerated, uncomment this line, and save the output in
618618
// mock_introspection.json
619619
//
620+
// println!("{}", graph::prelude::serde_json::to_string(&data).unwrap());
620621
assert!(same_value(&data, &expected_mock_schema_introspection()));
621622
}
622623

0 commit comments

Comments
 (0)