Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Mar 1, 2019
1 parent ec75681 commit 8ffcddb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions tests/beembase/test_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,15 +747,14 @@ def test_custom_json(self):
"prefix": default_prefix
})

self.cm = (u"f68585abf4dce7c8045701120001057865726f6306666f6c6c"
"6f777f5b227265626c6f67222c207b226163636f756e74223a"
"20227865726f63222c2022617574686f72223a202263686169"
"6e7371756164222c20227065726d6c696e6b223a2022737472"
"65656d69616e2d636f6d2d746f2d6f70656e2d6974732d646f"
"6f72732d616e642d6f666665722d612d32302d646973636f75"
"6e74227d5d00011f0cffad16cfd8ea4b84c06d412e93a9fc10"
"0bf2fac5f9a40d37d5773deef048217db79cabbf15ef29452d"
"e4ed1c5face51d998348188d66eb9fc1ccef79a0c0d4")
self.cm = (u'f68585abf4dce7c8045701120001057865726f6306666f6c6c6f77795'
u'b227265626c6f67222c7b226163636f756e74223a227865726f63222c'
u'22617574686f72223a22636861696e7371756164222c227065726d6c6'
u'96e6b223a2273747265656d69616e2d636f6d2d746f2d6f70656e2d69'
u'74732d646f6f72732d616e642d6f666665722d612d32302d646973636'
u'f756e74227d5d0001205b20b05a472ce3831777e74e512f0c368dc7c0'
u'26a2a2e265002344be3589e57d1616bcac70192ba828bf0de4caa509a'
u'e0ddec5f0dae60b198151a6c49ee4753b')
self.doit()

def test_comment_options(self):
Expand Down

0 comments on commit 8ffcddb

Please sign in to comment.