Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Oct 6, 2023
1 parent dbd8a94 commit 0c246b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ describe('when rendering the name tabs component', () => {

beforeEach(() => {
useCurrentlySelectedTabResult.tab = TabType.DCL
dclTabText = 'Decentraland names'
ensTabText = 'ENS names'
dclTabText = 'Decentraland NAMEs'
ensTabText = 'ENS Domains'

mockMobile.mockImplementation(({ children }) => children as ReactNode)
mockNotMobile.mockImplementation(() => null)
Expand Down

0 comments on commit 0c246b5

Please sign in to comment.