Skip to content

Commit

Permalink
fixed linter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Dec 1, 2023
1 parent 93e89eb commit a1aec5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clone/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func TestCutWithEnzymeRegression(t *testing.T) {
if fragments[1].ReverseOverhang != "ACTT" {
t.Errorf("Expected reverse overhang to be GAGT, got: %s", fragments[1].ReverseOverhang)
}

}

func TestCircularLigate(t *testing.T) {
Expand Down

0 comments on commit a1aec5e

Please sign in to comment.