Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkw-statsig committed Apr 21, 2022
1 parent 62ced42 commit 8c7747e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bad_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_no_user_id(self):
StatsigUser(None, custom_ids=dict())
self.assertTrue('user_id' in str(context.exception))

u = StatsigUser(None, custom_ids=dict())
user = StatsigUser(None, custom_ids=dict(stableID='123'))
self.assertFalse(user.user_id)
self.assertTrue(user.custom_ids)
Expand Down

0 comments on commit 8c7747e

Please sign in to comment.