fixed function styling issue in test case

This commit is contained in:
Austin Siew 2022-08-16 20:11:44 -06:00
parent 8ec078393a
commit 83cc55769b

View File

@ -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",