Skip to content

Commit

Permalink
tasks: fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Aug 22, 2023
1 parent 810198c commit 457caa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tasks/contracts/swap/ParaswapV5Swapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract ParaswapV5Swapper is IParaswapV5Swapper, BaseSwapTask {
address public override quoteSigner;

/**
* @dev Paraswap v5 swap config
* @dev Paraswap v5 swap config. Only used in the initializer.
*/
struct ParaswapV5SwapConfig {
address quoteSigner;
Expand Down
4 changes: 2 additions & 2 deletions packages/tasks/test/swap/OneInchV5Swapper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ describe('OneInchV5Swapper', () => {

context('when the token in is allowed', () => {
context('when there is a token out set', () => {
let tokenOut: Contract,
extraCallData = ''
let tokenOut: Contract
let extraCallData = ''

beforeEach('set default token out', async () => {
tokenOut = await deployTokenMock('TKN')
Expand Down

0 comments on commit 457caa5

Please sign in to comment.