My tests looks like:
$data = eval read_data 'many-countries-refresh';
is $got, $data, "Refresh data after create";
@@ many-countries-refresh
{
Country => [
{ id => D(), name => "XCom" },
{ id => D(), name => "XY" },
{ id => D(), name => "Zero" },
end(),
],
}
This would be very handy to have this: no need manually create array { } structures.
Actual: got the error No current build! at
Expected: the check should be completed successfully if there is only 3 items at the array.
My tests looks like:
This would be very handy to have this: no need manually create
array { }structures.Actual: got the error
No current build! atExpected: the check should be completed successfully if there is only 3 items at the array.