Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
delete failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Feb 29, 2024
1 parent 31fec4f commit 56cea1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ def sample_from_collection(collection):
def test_sample():
collection = [1, 2, 3, 4, 5]
assert sample_from_collection(collection) in collection

def test_sample_poorly():
collection = [1, 2, 3, 4, 5]
assert sample_from_collection(collection) in [6]

0 comments on commit 56cea1b

Please sign in to comment.