Skip to content

Commit

Permalink
fix: tests were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Jul 29, 2024
1 parent 9d0e0a1 commit c4127f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 280 deletions.
2 changes: 1 addition & 1 deletion tests/test_basic_units.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import warnings
import pytest
from flamapy.interfaces.python.FLAMAFeatureModel import FLAMAFeatureModel
from flamapy.interfaces.python.flamapy_feature_model import FLAMAFeatureModel

VALID_MODEL = "./resources/models/simple/valid_model.uvl"
NON_VALID_MODEL = "./resources/models/simple/invalid_model.uvl"
Expand Down
Loading

0 comments on commit c4127f4

Please sign in to comment.