adding changes

This commit is contained in:
CheezyGarlicBread 2024-04-23 22:54:19 -04:00 committed by pmoharana-cmd
parent c3385b0f0f
commit bb39dd6686

View File

@ -6,7 +6,7 @@ from backend.services.service import ServiceService
from backend.services.exceptions import ServiceNotFoundException
from ..services import service_test_data
from ..services import user_test_data
import pytest
def test_list(service_svc: ServiceService):
service = service_svc.get_all()