Skip to content

Commit a4628ae

Browse files
Fix build errors.
1 parent 7ddd949 commit a4628ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
780780
const string route = "/operations";
781781

782782
// Act
783-
(HttpResponseMessage httpResponse, string responseDocument) = await _testContext.ExecutePostAtomicAsync<string>(route, requestBody);
783+
(HttpResponseMessage httpResponse, _) = await _testContext.ExecutePostAtomicAsync<string>(route, requestBody);
784784

785785
// Assert
786786
httpResponse.ShouldHaveStatusCode(HttpStatusCode.NoContent);

0 commit comments

Comments
 (0)