ci: fix test failure on main (#2677)

Test was in wrong position.
This commit is contained in:
Will Jones
2025-09-24 09:46:04 -07:00
committed by GitHub
parent 48e5caabda
commit 356d7046fd

View File

@@ -1023,8 +1023,6 @@ describe.each([arrow15, arrow16, arrow17, arrow18])(
expect(table.getChild("test")!.get(2)).toBe(false);
});
});
},
);
// Test for the undefined values bug fix
describe("undefined values handling", () => {
@@ -1055,3 +1053,5 @@ describe("undefined values handling", () => {
expect(result[2].bool).toBe(null);
});
});
},
);