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