From 83cc55769bd905c3c74e22b70a1c746ee8a93608 Mon Sep 17 00:00:00 2001 From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:11:44 -0600 Subject: [PATCH] fixed function styling issue in test case --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 72b6da8..7c5dbb7 100755 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -142,7 +142,7 @@ class TestModelFieldNames: result = ac.modelFieldNames(modelName="test_model") assert result == ["field1", "field2", "Foo"] - def test_modelFieldAddIndex(self, setup): + def test_modelFieldAdd_with_index(self, setup): ac.modelFieldAdd( modelName="test_model", fieldName="Foo",