soat-fiap / FIAP.TechChallenge.ByteMeBurger

The FIAP.TechChallenge.ByteMeBurger project is a comprehensive solution for managing a burger ordering system. It includes multiple modules for domain logic, application services, API endpoints, and infrastructure. The project is designed to be scalable, maintainable, and secure, leveraging modern .NET practices and AWS services.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Investigate and update old constructor usage in Order class tests #94

Open coderabbitai[bot] opened 3 months ago

coderabbitai[bot] commented 3 months ago

The recent changes in the Order class constructors need to be fully integrated into all test files. Currently, several test files are still using old constructors. This task should investigate and update these instances. Affected files include:

This is considered a lower priority task.