Skip to content

Commit 8a1f821

Browse files
committed
style: format publish regression test
1 parent 197b119 commit 8a1f821

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/versions.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,7 @@ describe('versionCommands.publish', () => {
181181
});
182182

183183
expect(getSelectedAppSpy).not.toHaveBeenCalled();
184-
expect(uploadFileSpy).toHaveBeenCalledWith(
185-
'bundle.ppk',
186-
undefined,
187-
'777',
188-
);
184+
expect(uploadFileSpy).toHaveBeenCalledWith('bundle.ppk', undefined, '777');
189185
expect(postSpy).toHaveBeenCalledWith(
190186
'/app/777/version/create',
191187
expect.any(Object),

0 commit comments

Comments
 (0)