removed unnecessary comments in test_models.py

This commit is contained in:
Austin Siew 2023-04-13 20:36:07 -06:00
parent 918d4de72a
commit fc63bdaa17

View File

@ -156,8 +156,6 @@ class TestModelTemplates:
)
def test_modelTemplateAdd(self, setup):
# There currently isn't a way to test for order, so this is just a
# smoke test for now
ac.modelTemplateAdd(
modelName="test_model",
template={
@ -175,8 +173,6 @@ class TestModelTemplates:
}
def test_modelTemplateRemove(self, setup):
# There currently isn't a way to test for order, so this is just a
# smoke test for now
ac.modelTemplateRemove(
modelName="test_model",
templateName="Card 2"