douglascayers / sfdc-convert-notes-to-chatter-notes

📓 Easily migrate your Notes to Enhanced Notes.
https://douglascayers.com/2017/05/08/convert-notes-to-enhanced-notes/
BSD 3-Clause "New" or "Revised" License
26 stars 11 forks source link

Thank you! #13

Closed nicmcbride closed 7 years ago

nicmcbride commented 7 years ago

Hi Doug,

First, I want to say thank you for all of the hard work that you do!

I am trying to push this into salesforce from github and am getting this error: Deployment CompleteTest failure, method: DeleteBatchTest.coverageAll -- System.AssertException: Assertion Failed: Expected: 0, Actual: 3 stack Class.DeleteBatchTest.coverageAll: line 29, column 1

Am I doing something to cause this? Thank you again!

douglascayers commented 7 years ago

Hi @nicmcbride,

Thanks for the appreciation!

Based on the error message, it seems your org has an Apex class named DeleteBatchTest which is failing at around line 29. You may need to review that code and make adjustments.

Unless you are wanting to customize the behavior of the notes conversion tool, try installing my managed package offering which will let you bypass the unit test issues.

At the moment, the latest version is 1.1:

Thanks,

Doug