expect(commit).toHaveBeenCalledWith("addPickToPlate", {
        plate: { id: 2, barcode: "DN12346S", batches: ["1"] },
        batch: "1",
        pick: { id: "1" },
      });