Skip to content

Commit b78526d

Browse files
committed
Remove failure (validated)
1 parent 9f5c8d2 commit b78526d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • examples/create_random_teams

examples/create_random_teams/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
print(f" Group {j+1}: {g}")
1818
for g in groups:
1919
assert abs(len(g) - len(members)//N) <= 1
20-
# SHOULD FAIL
21-
assert False

0 commit comments

Comments
 (0)