Skip to content

Commit dfe075c

Browse files
authored
[Fusion] Removed temporary code (#8791)
1 parent dfb2fa2 commit dfe075c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/HotChocolate/Fusion-vnext/test/Fusion.Composition.Tests/PostMergeValidationRules/KeyInvalidFieldsRuleTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ public static TheoryData<string[], string[]> InvalidExamplesData()
109109
{
110110
[
111111
"""
112-
#tmp
113-
type Query {
114-
productById(id: ID!): Product @lookup
115-
}
116-
117112
type Product @key(fields: "id") {
118113
sku: String!
119114
}

0 commit comments

Comments
 (0)