Skip to content

Commit b9d2504

Browse files
committed
fixed pytest error
1 parent 2d85097 commit b9d2504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/estimation_tests/test_experimental_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_system(self, configuration: dict):
2323
:returns: Dictionary with the output.
2424
"""
2525
sut = SystemUnderTest()
26-
return {"Y": sut.run(configuration["x"])}
26+
return {"Y": sut.run(configuration["X"])}
2727

2828

2929
class TestExperimentalEstimator(unittest.TestCase):

0 commit comments

Comments
 (0)