Fix spelling error.

This commit is contained in:
Kevin Serrano 2017-02-24 15:30:18 -08:00
parent 62854398f1
commit 930dafc4b0
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const rp = require('request-promise')
const nock = require('nock')
const configManagerGen = require('../lib/mock-config-manager')
const NoticeController = require('../../app/scripts/notice-controller')
const STORAGE_KEY = 'metamask-persistance-key'
const STORAGE_KEY = 'metamask-persistence-key'
describe('notice-controller', function() {
var noticeController