Skip to content

Commit

Permalink
removed confusing test
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Oct 24, 2022
1 parent d1ca945 commit 3112f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_exercise_sheet5.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def test_exercise_3c(seq1, seq2, scoring, cell):
("TCCGA", "TACGCGC", ),
("TCCCGG", "TCAAA",),
("TCCGA", "TACGCGC", ),
("AAA", "TTT", ),
("TACGCAGA", "TCCGA", ),
] + [
(random_seq_generator(10, 1), random_seq_generator(10, 2)),
Expand Down

0 comments on commit 3112f82

Please sign in to comment.