Skip to content

Commit

Permalink
fix message_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Sep 5, 2018
1 parent f161f8a commit eaf6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/message_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

RSpec.describe Block, type: :model do
RSpec.describe Message do
let(:content) { "0x0a770a28636235313466303134313761626366626431663632393961306434313961326430656165613362361220323066613965333731663531343062613862656533333632313735396338343718e80720db8512322000000000000000000000000000000000000000000000000000000000000010003801124113ec0f1aba3247937c069d250faa708f53162b2a8059597f3df4d1a74ff1c2214eb6251e4bb336a2cc3b6c432fe1e0c79ba9d464fdd8ab8eb525cb2ac93c8a7500" }
let(:from) { "0xee01b9ba97671e8a1891e85b206b499f106822a1" }
let(:from_pubkey) { "0x502c3fcf093f3f14d34d1eea42d8740d5caa793ede97fea257306530cb0ecd032d5abcdc96dc198c1eebe4e55bbba059e338671b603160a30ca34fe361917f71" }
Expand Down

0 comments on commit eaf6bb7

Please sign in to comment.