integration testing my moqs are not working
I have made this code. The current account service gets the user account id with logged in/api key ....
But for some reason when i moq it just gives null
In the query handler
the iCurrentAccountservice
the currentaccount service is a Singleton with Di and i'm using clean architecture. I tried alot but I cant get GetCurrentAccountIdAsync to return an id
But for some reason when i moq it just gives null
In the query handler
the iCurrentAccountservice
the currentaccount service is a Singleton with Di and i'm using clean architecture. I tried alot but I cant get GetCurrentAccountIdAsync to return an id
