pratikkaje / ExpenseTracker.Core

Expense Tracker API
MIT License
0 stars 1 forks source link

ACCEPTANCE: Models Transactions Add #3

Closed glhays closed 4 months ago

glhays commented 4 months ago

Acceptance tests require there own models within the project, do not use project shared models. If a model changes in the core model the acceptance test can help discover these changes. You can copy the class to a appropriate folder within the acceptance project.

pratikkaje commented 4 months ago

Noted. I will remove code related to Authorization for now.

glhays commented 4 months ago

@pratikkaje as in so.... Can not tell if you received my comment above based on your comment. image

pratikkaje commented 4 months ago

I missed this. I will implement this today. Thanks for highlighting.