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