def test_build_report_limit_less_then_total(helpers):
        report = pytest.app.reports.build(
            'report-%s' % pytest.fake.word(), limit=2)
        assert len(report) == 2