From a6ca99efe89b2cd6ccf4acf153643abdb082158d Mon Sep 17 00:00:00 2001 From: Mark Koch Date: Mon, 15 Jan 2024 16:36:31 +0000 Subject: [PATCH] Remove double validate --- tests/integration/test_for.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_for.py b/tests/integration/test_for.py index 585d75e4..917c3ffc 100644 --- a/tests/integration/test_for.py +++ b/tests/integration/test_for.py @@ -81,8 +81,6 @@ def foo(xs: list[int]) -> int: validate(foo) - validate(foo) - def test_return_in_loop(validate): @guppy