Skip to content

Commit

Permalink
add new line to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
andresionek91 committed Jul 6, 2020
1 parent 8c1731f commit b91eeb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ def test_get_user(self, mock_user_pool):
def test_pool_size_after_getting_user(self, mock_user_pool):
mock_user_pool.get_user()
assert len(mock_user_pool.pool) == 10

2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def test_weighted_random_select(property_name, expected):
('confirmation', (['confirmation', 'session_end'], [0.4, 0.6])),
])
def test_weighted_get_pages(pages, expected):
assert WeightedRandom().get_pages(pages) == expected
assert WeightedRandom().get_pages(pages) == expected

0 comments on commit b91eeb1

Please sign in to comment.