From 42201aac5ef5ecde0ce6b947313572e42b4f6411 Mon Sep 17 00:00:00 2001 From: Rubel Date: Fri, 26 Apr 2024 15:46:53 +0200 Subject: [PATCH] rename the function to a meaningful name. --- tests/dataconverter/test_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dataconverter/test_helpers.py b/tests/dataconverter/test_helpers.py index 456a3b787..3dabdb7b5 100644 --- a/tests/dataconverter/test_helpers.py +++ b/tests/dataconverter/test_helpers.py @@ -509,7 +509,7 @@ def test_set_default_attr_in_group(temp_dict): not in template ), ( "Group can not have a default attribute refering any field," - " if it is not supplied by reader." + " unless it is not supplied by reader." )