Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Mar 4, 2021
1 parent 18a5081 commit f4d93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/WalletBalance/WalletBalance.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('<WalletBalance />', () => {
describe('<WalletBalance />', () => {
const mocks = [...errorBalanceQuery, ...walletBalanceHighSubscription];

test('Query fetches error', async () => {
test('Query returns error', async () => {
render(
<MockedProvider mocks={mocks}>
<WalletBalance fullOpen={false} />
Expand Down

0 comments on commit f4d93f2

Please sign in to comment.