Skip to content

Commit

Permalink
fix path to test db utils
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Sep 6, 2024
1 parent 92d8dca commit 0a99c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_autoreducer_high_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import time

import utils.db as db_utils
import tests.utils.db as db_utils


class TestAutoreducerQueues:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_autoreducer_memory_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

import time
import utils.db as db_utils
import tests.utils.db as db_utils


class TestAutoreducerMemoryLimit:
Expand Down

0 comments on commit 0a99c11

Please sign in to comment.