Skip to content

Commit

Permalink
fix: fix handling of s3 as stream
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmich committed Dec 18, 2023
1 parent 6606b19 commit c7d94f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeAll(async () => {
configure({region: 'eu-west-1'});
});

it('should be able to assign several topics to buildererrr', () => {
it('should be able to assign several topics to builderer', () => {
const builder = new QueueSubjectListenerBuilder(
'test-queueName',
null,
Expand Down

0 comments on commit c7d94f9

Please sign in to comment.