We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff40d73 commit a2ddfb3Copy full SHA for a2ddfb3
tests/tests.py
@@ -23,9 +23,6 @@ def setUp(self):
23
# User ID 22222222-2222-2222-2222-222222222222 also receives the control
24
# User ID 33333333-3333-3333-3333-333333333333 receives alternative 1
25
26
- def test_fail(self):
27
- self.assertEqual(1, 2)
28
-
29
def test_user_is_assigned_user_id(self):
30
session = self.client.session
31
self.assertNotIn('experiment_user_id', session)
0 commit comments