it("adds to the end of the list (numbers)", () => {
            const args = {
                Update: { foo: "list_append(foo, [1, 2])" },
            };
            const actual = getUpdateExpression(args);