Skip to content

Commit 5bf077a

Browse files
committed
fix
1 parent ce43cf0 commit 5bf077a

4 files changed

Lines changed: 1819 additions & 2911 deletions

File tree

__tests__/main.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ describe('action', () => {
113113
await main.run();
114114
expect(runMock).toHaveReturned();
115115

116-
<<<<<<< Updated upstream
117116
// Should use cached version
118117
expect(findMock).toHaveBeenCalledWith('settlemint-cli', 'latest');
119118
expect(addPathMock).toHaveBeenCalled();
@@ -125,11 +124,6 @@ describe('action', () => {
125124
expect(execMock).toHaveBeenCalledWith('settlemint', ['login', '-a']);
126125
expect(execMock).toHaveBeenCalledWith('settlemint', ['connect', '-a']);
127126
expect(execMock).toHaveBeenCalledWith('settlemint', ['status']);
128-
=======
129-
expect(execMock).toHaveBeenNthCalledWith(1, 'npm', ['install', '-g', '@settlemint/sdk-cli@latest']);
130-
expect(execMock).toHaveBeenNthCalledWith(2, 'settlemint', ['login', '-a']);
131-
expect(execMock).toHaveBeenNthCalledWith(3, 'settlemint', ['connect', '-a']);
132-
>>>>>>> Stashed changes
133127
});
134128

135129
it('does not auto-connect when using an application access token', async () => {

0 commit comments

Comments
 (0)