Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 16, 2024
1 parent dadc25d commit 51e7365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
import random
import threading
import time
from dataclasses import replace

import pytest

import cachier
from tests.test_mongo_core import _test_mongetter

MONGO_DELTA = datetime.timedelta(seconds=3)
_default_params = cachier.get_default_params().copy()
_default_params = replace(cachier.get_default_params())


def setup_function():
Expand Down

0 comments on commit 51e7365

Please sign in to comment.