Change FileReaderProcessor tests to reflect new test file 'aws-s3-mock-object.yaml'
Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
@@ -77,7 +77,7 @@ describe('FileReaderProcessor', () => {
|
||||
emit,
|
||||
);
|
||||
|
||||
expect(emit).toBeCalledTimes(2);
|
||||
expect(emit).toBeCalledTimes(3);
|
||||
expect(emit.mock.calls[0][0].entity).toEqual({ kind: 'Component' });
|
||||
expect(emit.mock.calls[0][0].location).toEqual({
|
||||
type: 'file',
|
||||
|
||||
Reference in New Issue
Block a user