aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-09-18 01:25:12 +0800
committerGitHub <noreply@github.com>2018-09-18 01:25:12 +0800
commit934b10307c97793dd2cf5ac10c3b4d96fb8cbfcc (patch)
treef00bcf3853428dc785024bc07564d1f02c061c3e /test/unit
parent2f14f978e390772e78e4cc2ee7a778c9106d053c (diff)
parentdaca7f9b41d784a44c7f5469b8f9b710e0a08e4b (diff)
downloadtangerine-wallet-browser-934b10307c97793dd2cf5ac10c3b4d96fb8cbfcc.tar.gz
tangerine-wallet-browser-934b10307c97793dd2cf5ac10c3b4d96fb8cbfcc.tar.zst
tangerine-wallet-browser-934b10307c97793dd2cf5ac10c3b4d96fb8cbfcc.zip
Merge pull request #4803 from MetaMask/eip-712
EIP-712: Sign typed data
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/app/controllers/detect-tokens-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/app/controllers/detect-tokens-test.js b/test/unit/app/controllers/detect-tokens-test.js
index e5539256e..2acc53e92 100644
--- a/test/unit/app/controllers/detect-tokens-test.js
+++ b/test/unit/app/controllers/detect-tokens-test.js
@@ -138,4 +138,4 @@ describe('DetectTokensController', () => {
clock.tick(180000)
sandbox.assert.notCalled(stub)
})
-}) \ No newline at end of file
+})