File tree 2 files changed +3
-3
lines changed
tests/GraphQL.Integration.Tests/APQ
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class GraphQLQuery : IEquatable<GraphQLQuery>
13
13
public string Text { get ; }
14
14
15
15
/// <summary>
16
- /// The SHA256 hash used for the advanced persisted queries feature (APQ)
16
+ /// The SHA256 hash used for the automatic persisted queries feature (APQ)
17
17
/// </summary>
18
18
public string Sha256Hash { get ; }
19
19
Original file line number Diff line number Diff line change 9
9
namespace GraphQL . Integration . Tests . APQ ;
10
10
11
11
[ SuppressMessage ( "ReSharper" , "UseConfigureAwaitFalse" ) ]
12
- public class AdvancedPersistentQueriesTest : IAsyncLifetime , IClassFixture < SystemTextJsonAutoNegotiateServerTestFixture >
12
+ public class AutomaticPersistentQueriesTest : IAsyncLifetime , IClassFixture < SystemTextJsonAutoNegotiateServerTestFixture >
13
13
{
14
14
public SystemTextJsonAutoNegotiateServerTestFixture Fixture { get ; }
15
15
protected GraphQLHttpClient StarWarsClient ;
16
16
protected GraphQLHttpClient StarWarsWebsocketClient ;
17
17
18
- public AdvancedPersistentQueriesTest ( SystemTextJsonAutoNegotiateServerTestFixture fixture )
18
+ public AutomaticPersistentQueriesTest ( SystemTextJsonAutoNegotiateServerTestFixture fixture )
19
19
{
20
20
Fixture = fixture ;
21
21
}
You can’t perform that action at this time.
0 commit comments