From 6dee0d1ec28855a7a0cd4448a681ff980693a3c0 Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula Date: Sat, 8 Jan 2022 16:42:23 -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 954dbfd26..08d266dc5 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) == 6 \ No newline at end of file + assert inc(3) == 1 \ No newline at end of file