Skip to content

Commit

Permalink
gasPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeasf committed Sep 13, 2023
1 parent 0e5d28c commit 0090dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marketplace/test/TransferManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ contract('TransferManagerTest:doTransferTest()', (accounts) => {
RTM.doTransfersExternal(left, right, {
value: 100,
from: accounts[0],
gasPrice: 1,
gasPrice: 0,
})
)
)
Expand Down

0 comments on commit 0090dda

Please sign in to comment.