• John Breedlove
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have a test class in production that is failing because it's pulling back too many records.  In the sandbox, I fixed it by just limiting the SOQL query.  However, when I try to push it to production via a change set, it fails because the test class I'm trying to replace fails in production.... which of course it does, that's why I'm trying to replace it!

How do I properly push this change to production?