Skip to content

Commit a64024f

Browse files
committed
adapt to changed module names
1 parent e3994c5 commit a64024f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_equations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

3-
from pyenzyme.equations._chem import build_reaction, build_reactions
4-
from pyenzyme.equations._math import build_equation, build_equations
3+
from pyenzyme.equations.chem import build_reaction, build_reactions
4+
from pyenzyme.equations.math import build_equation, build_equations
55
from pyenzyme import EquationType, EnzymeMLDocument
66

77

0 commit comments

Comments
 (0)