diff options
author | Frankie <frankie.diamond@gmail.com> | 2018-03-14 06:23:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 06:23:46 +0800 |
commit | c83a9ceb04a485149fe65fbb2b44f0adeda696b1 (patch) | |
tree | c655ef0d88734a55ade8451ffe5e3032582f3ed3 /test/unit/blacklist-controller-test.js | |
parent | d7bf6e36b1f40068eec1d6c3d30207f3fae5cfde (diff) | |
parent | 578139be4a048d1709de5c2b4b8db0a8c631d31c (diff) | |
download | dexon-wallet-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.gz dexon-wallet-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.zst dexon-wallet-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.zip |
Merge branch 'master' into i#3509
Diffstat (limited to 'test/unit/blacklist-controller-test.js')
-rw-r--r-- | test/unit/blacklist-controller-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/blacklist-controller-test.js b/test/unit/blacklist-controller-test.js index a9260466..cbf73d3e 100644 --- a/test/unit/blacklist-controller-test.js +++ b/test/unit/blacklist-controller-test.js @@ -38,4 +38,4 @@ describe('blacklist controller', function () { assert.equal(result, false) }) }) -})
\ No newline at end of file +}) |