From 8735f8aa0d37a5fcc8ed3926c0144df96e93f315 Mon Sep 17 00:00:00 2001 From: Justin Lapierre Date: Wed, 1 Jul 2020 09:07:44 -0400 Subject: [PATCH] EDUCATOR-5080 - Fixed linting issue in the tests --- lms/djangoapps/teams/tests/test_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/teams/tests/test_models.py b/lms/djangoapps/teams/tests/test_models.py index a0b99fa33f..a0e62f44ef 100644 --- a/lms/djangoapps/teams/tests/test_models.py +++ b/lms/djangoapps/teams/tests/test_models.py @@ -229,6 +229,7 @@ class TeamMembershipTest(SharedModuleStoreTestCase): expected_count ) + @ddt.data( ('user1', COURSE_KEY1, TEAMSET_1_ID, True), ('user1', COURSE_KEY1, TEAMSET_2_ID, False),