Skip to content

Commit

Permalink
Change the value used in bam-test
Browse files Browse the repository at this point in the history
  • Loading branch information
matsutomo81 committed Nov 16, 2022
1 parent 843e30b commit d477a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cljam/io/bam_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
"i,-2147483648,0,2147483647"
"I,0,4294967295"
"f,-17.25,0.0,5.75"
"f,3.4028235E38,1.17549435E-38,1.4E-45,-Infinity,Infinity")))
(str "f,3.4028235E38,1.4E-45,-Infinity,Infinity," Float/MIN_NORMAL))))

0 comments on commit d477a60

Please sign in to comment.