Skip to content
Snippets Groups Projects
Commit d2a284ca authored by Andy Yates's avatar Andy Yates
Browse files

Use note() not print()

parent 8e4a21e9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ is_deeply($sorted,$correct_order,'Canonical sort order');
$sortables = [];
$sorted = $transcript_selector->sort_into_canonical_order($sortables);
print join(',',@$sorted);
note join(',',@$sorted);
is(scalar(@$sorted), 0,'Null data into sort.');
# create a mock CCDS dba to test db-dependent code
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment