From ea3513dfae864bd4c287cdf124f31041997d44cd Mon Sep 17 00:00:00 2001 From: Simon Jones Date: Tue, 17 Oct 2023 16:20:10 -0400 Subject: [PATCH] feat: making test_main.py future proof by removing upper limit on classdef check --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 17504aae..6a7f8c2f 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -54,7 +54,7 @@ pattern: './/ClassDef' count: min: 1 - max: 10 + max: null - name: "all-function-definition" code: "AFD" id: "F001"