Skip to content

Commit

Permalink
Fix for new broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 18, 2023
1 parent 4de96c1 commit a08723f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/test/factory/external_connection_factory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from faker import Faker
from backend.src.appointment.database import repo, schemas, models
from appointment.database import repo, schemas, models
from defines import FAKER_RANDOM_VALUE, factory_has_value


Expand Down
2 changes: 1 addition & 1 deletion backend/test/unit/test_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from argon2 import PasswordHasher

from backend.src.appointment.controller.data import model_to_csv_buffer, delete_account
from appointment.controller.data import model_to_csv_buffer, delete_account


class TestData:
Expand Down

0 comments on commit a08723f

Please sign in to comment.