batch.processArtworks(() => {
            t.equal(batch.results.length, expected.length,
                "Check number of results");
            expected.forEach((expected, i) => {
                const result = batch.results[i];