From e550925fbaf56211fef1c45f4ac633d9acf1a408 Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula Date: Thu, 6 Jan 2022 19:00:00 -0600 Subject: [PATCH] changes --- qa/testcases/smoketest/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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