Skip to content

Commit

Permalink
fix SAM to BAM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler committed Mar 19, 2024
1 parent 287a679 commit ee1d663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_convert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ using Test, XAM
continue
end
#@info SAM.tempname(sam_record)
bam_record2 = convert(BAM.Record, sam_record; header=h)
bam_record2 = BAM.Record(sam_record; header=h)
@test bam_record == bam_record2
end

Expand Down

0 comments on commit ee1d663

Please sign in to comment.