From fc63bdaa1753a099ca33da115146d8174c3c57eb Mon Sep 17 00:00:00 2001 From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:36:07 -0600 Subject: [PATCH] removed unnecessary comments in test_models.py --- tests/test_models.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index c3db38e..1cda36a 100755 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -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"