Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ===============================================================================
  2. [ERROR]: yoshi.test.test_phpmethods.EmidComparisons.test_getTransactionPublicInfo
  3.  
  4. Traceback (most recent call last):
  5. File "/Users/dmckinley/Projects/yoshi/branches/4754-emidtests2/yoshi/test/helpers.py", line 276, in check
  6. self.assertEqual(ds[0], ds[1], msg)
  7. twisted.trial.unittest.FailTest:
  8. Results for getSoldOutListingIdsByGuideId('50,1,0') not equal:
  9. Yoshi: '[3, null]'
  10. Emid: '[3, []]'
  11. Yoshi raw data: [[(3, [])]]
  12. Yoshi format: ('scalar', 'scalars')
  13.  
  14.  
  15. not equal:
  16. a = '[3, null]'
  17. b = '[3, []]'
Add Comment
Please, Sign In to add comment