test/integration/test_reports.rb in peddler-2.0.0 vs test/integration/test_reports.rb in peddler-2.0.3
- old
+ new
@@ -43,9 +43,9 @@
clients.each do |client|
res = client.get_report_list(max_count: 1)
id = res.parse['ReportInfo']['ReportId']
res = client.get_report(id)
assert res.valid?
- refute_empty res.parse || res.records_count
+ assert res.records_count || res.parse
end
end
end