Handle intersections of n users

This commit is contained in:
Bradlee Speice
2017-03-19 12:28:09 -04:00
parent a7884d5fe0
commit 10c3b8dcad
2 changed files with 6 additions and 7 deletions

View File

@ -10,7 +10,7 @@ class TestIntersections(TestCase):
steam_id_right = '76561198069992619'
inter_games = intersections.intersecting_games(
steamid_left=steam_id_left, steamid_right=steam_id_right
steam_id_left, steam_id_right
)
self.assertIn('Project CARS', inter_games.values())