Skip to content

Commit

Permalink
fix: building and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Jun 19, 2024
1 parent 20f4fac commit f77eb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions packages/starknet-snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"url": "https://github.com/ConsenSys/starknet-snap.git"
},
"source": {
<<<<<<< HEAD
"shasum": "iWfHvJyvoqFsf3POJ0pkO+gCh6MjL4HZLUI36IPWD7E=",
=======
"shasum": "n98JYVZFBDx4LYHqusYAftu/diScJU/ePb8FTYHZXsU=",
>>>>>>> main
"shasum": "kl5iM2GRyXtFYwezb2vvrh2iTNC4Gw4K1I3PVOttXJ4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
1 change: 1 addition & 0 deletions packages/starknet-snap/test/src/executeTxn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ describe('Test function: executeTxn', function () {
});

it('should return false if user rejected to sign the transaction', async function () {
sandbox.stub(utils, 'isAccountDeployed').resolves(true);
walletStub.rpcStubs.snap_dialog.resolves(false);
const stub = sandbox.stub(utils, 'executeTxn').resolves({
transaction_hash: 'transaction_hash',
Expand Down

0 comments on commit f77eb06

Please sign in to comment.