Skip to content

Commit b38b43b

Browse files
committed
Fixed lia module name in tests
1 parent fe7788a commit b38b43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import functools
22
import sys
33

4-
from lia import liaBackend as backend
4+
from lialib import liaBackend as backend
55

66

77
def test_parseHeader():

0 commit comments

Comments
 (0)