Skip to content

Commit 4594e20

Browse files
committed
updated test data
1 parent 5e319da commit 4594e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ const runTileTests = async ({
276276
try {
277277
eq(most_common_pixels.includes(top), true);
278278
} catch (error) {
279+
console.log("method:", method);
279280
console.log("sortedCounts:", sortedCounts.slice(0, 5));
280281
console.error("top:", `rgb(${top})`);
281282
throw error;
@@ -379,6 +380,7 @@ const runTileTests = async ({
379380
"36,46,45",
380381
"40,49,47",
381382
"42,51,48",
383+
"43,49,42",
382384
"46,53,48",
383385
"46,54,48"
384386
],

0 commit comments

Comments
 (0)