This commit is contained in:
Adria Navarro 2024-04-26 10:07:08 +02:00
parent 8314685033
commit d3425a856f
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ describe("rowProcessor - outputProcessing", () => {
).toHaveBeenCalledTimes(1) ).toHaveBeenCalledTimes(1)
expect(bbReferenceProcessor.processOutputBBReferences).toHaveBeenCalledWith( expect(bbReferenceProcessor.processOutputBBReferences).toHaveBeenCalledWith(
"123", "123",
FieldType.BB_REFERENCE,
FieldSubtype.USER FieldSubtype.USER
) )
}) })