Fix test
This commit is contained in:
parent
8314685033
commit
d3425a856f
|
@ -69,6 +69,7 @@ describe("rowProcessor - outputProcessing", () => {
|
|||
).toHaveBeenCalledTimes(1)
|
||||
expect(bbReferenceProcessor.processOutputBBReferences).toHaveBeenCalledWith(
|
||||
"123",
|
||||
FieldType.BB_REFERENCE,
|
||||
FieldSubtype.USER
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue