Skip to content

Commit

Permalink
update test case for rna transcription
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
zhuangya committed Jul 21, 2024
1 parent 5d83a6a commit e971c18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ pub fn empty_rna_sequence_test() {
}

pub fn rna_complement_of_cytosine_is_guanine_test() {
"G"
"C"
|> rna_transcription.to_rna
|> should.equal(Ok("C"))
|> should.equal(Ok("G"))
}

pub fn rna_complement_of_guanine_is_cytosine_test() {
Expand Down

0 comments on commit e971c18

Please sign in to comment.