Skip to content

Commit 5d86f29

Browse files
committed
fix: fix linting issues
1 parent f4ea739 commit 5d86f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/commands/package/packagePushUpgradeSchedule.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describe('package:pushupgrade:schedule - tests', () => {
5656

5757
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
5858
scheduleStub.resolves(pushReq);
59+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
5960
const result = await cmd.run();
6061
expect(result).to.deep.equal(pushReq);
6162

0 commit comments

Comments
 (0)