Skip to content

Commit 495c465

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

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
@@ -13,7 +13,7 @@ describe('processInput', () => {
1313
expect(processed.actors).toBeUndefined();
1414
});
1515

16-
it('should move array actors input into tools selectors', async () => {
16+
it('should move array actors input into tools', async () => {
1717
const input: Partial<Input> = {
1818
actors: ['actor1', 'actor2', 'actor3'],
1919
};

0 commit comments

Comments
 (0)