eslint fix

This commit is contained in:
Mikhail Mikheev 2019-06-05 18:07:12 +04:00
parent 96da5f8e85
commit 275640ac4a
1 changed files with 0 additions and 1 deletions

View File

@ -79,6 +79,5 @@ describe('DOM > Feature > Enable and disable default tokens', () => {
balanceRows = TokensDom.getAllByTestId(BALANCE_ROW_TEST_ID)
expect(balanceRows.length).toBe(1)
expect(balanceRows[0]).toHaveTextContent('ETH')
})
})