From 6d9c61dc0072b96b12153e64940b465306f25bfb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:58:09 +0300 Subject: Change imports to new unified db module. --- tests/unit/auth/test_credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/auth/test_credentials.py') diff --git a/tests/unit/auth/test_credentials.py b/tests/unit/auth/test_credentials.py index 8011ec2..1953228 100644 --- a/tests/unit/auth/test_credentials.py +++ b/tests/unit/auth/test_credentials.py @@ -3,7 +3,7 @@ import pytest from yoyo.migrations import MigrationList from hypothesis import given, settings, strategies, HealthCheck -from gn_auth.auth import db +from gn_auth.auth.db import sqlite3 as db from gn_auth.auth.authentication import credentials_in_database from gn_auth.migrations import get_migration, apply_migrations, rollback_migrations -- cgit v1.2.3