Skip to content

Commit

Permalink
BUG: Update commpressedBase64Data baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 26, 2018
1 parent ea431bd commit 381b9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trait_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_itkimage_to_json():
assert(asjson['direction']['data'] == [1.0, 0.0, 0.0, 1.0])
assert(asjson['direction']['rows'] == 2)
assert(asjson['direction']['columns'] == 2)
assert(asjson['compressedBase64Data'] == b'KLUv/QAAnQAAWAQAAAAAQgAWAFcAAgDAIDIwAg==')
assert(asjson['compressedBase64Data'] == str('KLUv/SAknQAAWAQAAAAAQgAWAFcAAgDAIDIwAg=='))

def test_itkimage_from_json():
itkimage_to_json = trait_types.itkimage_to_json
Expand Down

0 comments on commit 381b9ad

Please sign in to comment.