EDUCATOR-5080 - Fixed linting issue in the tests

This commit is contained in:
Justin Lapierre
2020-07-01 09:07:44 -04:00
parent ae848f9830
commit 8735f8aa0d

View File

@@ -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),