Sling Models adaptTo is returning null
Hi all, I'm having trouble with this line in my unit test returning null. I can't figure out why the adaptTo is returning null. Let me know if you have any idea as to what I may be doing wrong. Thank you!
removed
I've tried to include the relevant code below.
My class
removed
And the relevant code from the unit test:
removed