Skip to content

Commit 41e10d5

Browse files
author
Jean THOMAS
committed
Fix test import path
1 parent 57bac2b commit 41e10d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdalib/tests/test_cores_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from amaranth import *
44
from amaranth.sim import *
55

6-
from ..cores.time.timer import *
6+
from lambdalib.cores.time.timer import *
77

88

99
def test_timer():

0 commit comments

Comments
 (0)