From d07434280f8abc318b73b396973303dc6a2948c4 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 2 Aug 2023 20:05:27 +0200 Subject: [PATCH] [qa] Minor fix --- tests/test_hivtb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hivtb.py b/tests/test_hivtb.py index 9e814138..920f1574 100644 --- a/tests/test_hivtb.py +++ b/tests/test_hivtb.py @@ -126,4 +126,4 @@ def test_loading(): if limit == 0: break _check_loaded_batch(batch) - limit -= 1 \ No newline at end of file + limit -= 1 -- GitLab