Skip to content

Commit

Permalink
2123123
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Feb 8, 2024
1 parent b80c352 commit 801956b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ await Source.Index.GetContainedBlockHashByTxIdAsync(expected[i].Id)
}}
}}
", QueryGraph, source: Source);
if (result.Errors != null)
{
_output.WriteLine($"{result.Errors}");
}
Assert.Null(result.Errors);
ExecutionNode resultData = Assert.IsAssignableFrom<ExecutionNode>(result.Data);
IDictionary<string, object> resultDict =
Expand Down

0 comments on commit 801956b

Please sign in to comment.