Skip to content

Commit ceafe8b

Browse files
MQ37jirispilka
andauthored
Update tests/unit/input.test.ts
Co-authored-by: Jiří Spilka <[email protected]>
1 parent ac81747 commit ceafe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/input.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('processInput', () => {
8282
expect(processed.tools).toEqual(['docs', 'invalidKey', 'storage']);
8383
});
8484

85-
it('should merge actors into tools selectors for backward compatibility', async () => {
85+
it('should merge actors into tools for backward compatibility', async () => {
8686
const input: Partial<Input> = {
8787
actors: ['apify/website-content-crawler', 'apify/instagram-scraper'],
8888
tools: ['docs'],

0 commit comments

Comments
 (0)