mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix quotation mark
This commit is contained in:
parent
caeadc2407
commit
cfb7bfed18
@ -58,7 +58,7 @@ describe('PendingTx', function () {
|
|||||||
assert.equal(result.type, 'div', 'should create a div')
|
assert.equal(result.type, 'div', 'should create a div')
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const input = additions.find(component, '.cell.row input[type='number']')[1]
|
const input = additions.find(component, '.cell.row input[type="number"]')[1]
|
||||||
ReactTestUtils.Simulate.change(input, {
|
ReactTestUtils.Simulate.change(input, {
|
||||||
target: {
|
target: {
|
||||||
value: 2,
|
value: 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user