Closed KatieProchilo closed 5 years ago
Both the expected and actual transcriptions are cleaned in the following way in cleanTranscription():
cleanTranscription()
okay
ok
Only the expected transcription will throw an error in validateExpectedTranscription if it contains anything other than:
validateExpectedTranscription
Only the actual transcription is cleaned in the following way in cleanActualTranscription:
cleanActualTranscription
I'll leave it up to you but we should consider adding tests. The technical debt will only continue to get bigger if we don't start from somewhere. :)
Both the expected and actual transcriptions are cleaned in the following way in
cleanTranscription()
:okay
is replaced withok
Only the expected transcription will throw an error in
validateExpectedTranscription
if it contains anything other than:Only the actual transcription is cleaned in the following way in
cleanActualTranscription
: