Skip to content

Commit

Permalink
dApp: improve test description spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Sep 8, 2021
1 parent 236a1bd commit 96ca37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raiden-dapp/tests/unit/components/address-input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ describe('AddressInput', () => {
});

describe('restricted addresses', () => {
test('should show error message when the user enters address not part of the restrited list', async () => {
test('should show error message when the user enters address not part of the restricted list', async () => {
wrapper = createWrapper('', undefined, false, undefined, [restrictedAddress]);
mockInput(wrapper, onlineTarget);
await flushWrapper(wrapper);
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/tests/unit/components/amount-input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('AmountInput.vue', () => {
});
});

describe('adapt zero input values to changing decimals', () => {
describe('adapt zero input values to decimals', () => {
test('changes zero decimal to multi decimal if input is zero', async () => {
wrapper = createWrapper({ value: '0', token: tokenWithZeroDecimals });

Expand Down

0 comments on commit 96ca37f

Please # to comment.