mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge branch 'master' into kumavis-patch-1
This commit is contained in:
commit
1d835e4417
@ -88,7 +88,7 @@ describe('Personal Message Manager', function() {
|
||||
})
|
||||
|
||||
describe('#normalizeMsgData', function() {
|
||||
it('converts text to a utf8 buffer', function() {
|
||||
it('converts text to a utf8 hex string', function() {
|
||||
var input = 'hello'
|
||||
var output = messageManager.normalizeMsgData(input)
|
||||
assert.equal(output, '0x68656c6c6f', 'predictably hex encoded')
|
||||
|
Loading…
Reference in New Issue
Block a user