1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00
This commit is contained in:
Adria Navarro 2024-04-26 10:07:08 +02:00
parent 8314685033
commit d3425a856f

View file

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