Skip to content

Commit 1ec8b6d

Browse files
committed
Update
1 parent 135ed84 commit 1ec8b6d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/GraphQL.Tests/Bugs/SpecIssues.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#nullable enable
22

3-
using GraphQL.SystemTextJson;
43
using GraphQL.Tests.Subscription;
54
using GraphQL.Types;
65

@@ -33,6 +32,7 @@ public async Task Issue1056_CoerceVariableValues()
3332
""");
3433
}
3534

35+
// https://github.com/graphql/graphql-spec/pull/1057
3636
[Fact]
3737
public async Task Issue1057_CoerceListValues_ListList()
3838
{
@@ -57,6 +57,7 @@ public async Task Issue1057_CoerceListValues_ListList()
5757
""");
5858
}
5959

60+
// https://github.com/graphql/graphql-spec/pull/1057
6061
[Fact]
6162
public async Task Issue1057_CoerceListValues_List()
6263
{
@@ -81,6 +82,7 @@ public async Task Issue1057_CoerceListValues_List()
8182
""");
8283
}
8384

85+
// https://github.com/graphql/graphql-spec/pull/1057
8486
[Fact]
8587
public async Task Issue1057_CoerceListValues_ListWithNull()
8688
{
@@ -105,6 +107,7 @@ public async Task Issue1057_CoerceListValues_ListWithNull()
105107
""");
106108
}
107109

110+
// https://github.com/graphql/graphql-spec/pull/1057
108111
[Fact]
109112
public async Task Issue1057_CoerceListValues_ListScalar()
110113
{
@@ -129,6 +132,7 @@ public async Task Issue1057_CoerceListValues_ListScalar()
129132
""");
130133
}
131134

135+
// https://github.com/graphql/graphql-spec/pull/1057
132136
[Fact]
133137
public async Task Issue1057_CoerceListValues_Scalar()
134138
{

0 commit comments

Comments
 (0)