fixed function styling issue in test case
This commit is contained in:
parent
8ec078393a
commit
83cc55769b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user