Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jan 18, 2024
1 parent d74bafc commit caeb2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion K2Bridge.Tests.UnitTests/KustoDAL/KustoDataAccessTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public async Task GetFieldCaps_WithDynamicColumnArray_ReturnFieldCaps()
.Returns(Task.FromResult(testReader));

mockQueryExecutor.Setup(exec => exec.ExecuteQueryAsync(It.IsAny<QueryData>(), It.IsAny<RequestContext>(), string.Empty))
.Returns((QueryData query, RequestContext context) =>
.Returns((QueryData query, RequestContext context, string db) =>
{
string response;
if (query.QueryCommandText.Contains("nested_indexer"))
Expand Down

0 comments on commit caeb2ac

Please sign in to comment.