Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: lgalende <63872655+lgalende@users.noreply.github.com>
  • Loading branch information
facuspagnuolo and lgalende authored Sep 25, 2024
1 parent 6f11ca1 commit 5285542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tasks/test/bridge/HopBridger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,13 @@ describe('HopBridger', () => {
})
}

context('when the bridging to a L1', () => {
context('when bridging to L1', () => {
const chainId = 1

itExecutesProperlyForChain(chainId)
})

context('when the bridging to a L2', () => {
context('when bridging to an L2', () => {
const chainId = 137

itExecutesProperlyForChain(chainId)
Expand Down

0 comments on commit 5285542

Please sign in to comment.