Skip to content

Commit cefbb66

Browse files
fix asssert
1 parent ce3e74e commit cefbb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Fusion/test/Core.Tests/UnionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ ... on Item3 {
479479
CollectSnapshotData(snapshot, request, result);
480480
await snapshot.MatchMarkdownAsync();
481481
// Ideally it would just be one request, but that's for another day...
482-
Assert.Equal(3, subgraphB.NumberOfReceivedRequests);
482+
Assert.Equal(2 , subgraphB.NumberOfReceivedRequests);
483483
}
484484

485485
[Fact]

0 commit comments

Comments
 (0)