Skip to content

Commit a9c8ee8

Browse files
committed
fix: add improvements requested by Jere's review
1 parent 6109bdc commit a9c8ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/procedures/__tests__/SetController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('SetController', () => {
8484
// Instantiate SetController with incorrect args instead
8585
target = new SetController(
8686
{
87-
symbol: params.symbol,
87+
...params,
8888
controller: 'Inappropriate',
8989
},
9090
contextMock.getMockInstance()

0 commit comments

Comments
 (0)