aboutsummaryrefslogtreecommitdiffstats
path: root/tests/limits/test_timed.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2023-11-05 10:16:18 -0800
committerGravatar GitHub <[email protected]>2023-11-05 10:16:18 -0800
commit841b52be9b960e61af0bcc61454eedc893641626 (patch)
tree635611c04770cffd33036a2a2380f978017ee621 /tests/limits/test_timed.py
parentMerge #195 - Python 3.12 (diff)
parentRemove Python 3.13 from image (diff)
Merge #194 - refactor file structure and nsjail module
Diffstat (limited to '')
-rw-r--r--tests/limits/test_timed.py (renamed from tests/test_timed.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_timed.py b/tests/limits/test_timed.py
index e46bd37..8a1119b 100644
--- a/tests/test_timed.py
+++ b/tests/limits/test_timed.py
@@ -2,7 +2,7 @@ import math
import time
from unittest import TestCase
-from snekbox.utils.timed import time_limit
+from snekbox.limits.timed import time_limit
class TimedTests(TestCase):