Skip to content

Commit

Permalink
remove error tests
Browse files Browse the repository at this point in the history
per #902
  • Loading branch information
rpottsoh authored Dec 5, 2017
1 parent 0b25554 commit b167a8a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions exercises/rna-transcription/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,6 @@
"property": "toRna",
"dna": "ACGTGGTCTTAA",
"expected": "UGCACCAGAAUU"
},
{
"description": "correctly handles invalid input (RNA instead of DNA)",
"property": "toRna",
"dna": "U",
"expected": {"error": "invalid input"}
},
{
"description": "correctly handles completely invalid DNA input",
"property": "toRna",
"dna": "XXX",
"expected": {"error": "invalid input"}
},
{
"description": "correctly handles partially invalid DNA input",
"property": "toRna",
"dna": "ACGTXXXCTTAA",
"expected": {"error": "invalid input"}
}
]
}

0 comments on commit b167a8a

Please sign in to comment.