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")
|
result = ac.modelFieldNames(modelName="test_model")
|
||||||
assert result == ["field1", "field2", "Foo"]
|
assert result == ["field1", "field2", "Foo"]
|
||||||
|
|
||||||
def test_modelFieldAddIndex(self, setup):
|
def test_modelFieldAdd_with_index(self, setup):
|
||||||
ac.modelFieldAdd(
|
ac.modelFieldAdd(
|
||||||
modelName="test_model",
|
modelName="test_model",
|
||||||
fieldName="Foo",
|
fieldName="Foo",
|
||||||
|
Loading…
Reference in New Issue
Block a user