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:
Sean Tan
2021-08-24 19:34:48 -07:00
parent 160a50029f
commit 5b1aebca11
@@ -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',