diff --git a/qa/testcases/smoketest/test_smoke.py b/qa/testcases/smoketest/test_smoke.py index ba45124ff..954dbfd26 100644 --- a/qa/testcases/smoketest/test_smoke.py +++ b/qa/testcases/smoketest/test_smoke.py @@ -4,4 +4,4 @@ def inc(x): def test_answer(): - assert inc(3) == 5 \ No newline at end of file + assert inc(3) == 6 \ No newline at end of file