Skip to content

Commit 075943b

Browse files
committed
Fix read_test().
1 parent 2483d0a commit 075943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/executor_test_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void executor::read_test(bool dump) const
5656
while (!cancel_ && keys.size() < target_count)
5757
{
5858
const auto outputs = query_.get_outputs(tx++);
59-
if (outputs->empty())
59+
if (is_null(outputs))
6060
{
6161
// fault, tx with no outputs.
6262
return;

0 commit comments

Comments
 (0)