Closed ovishesh closed 5 years ago
Right now the logic checks for "keys" in each actualTranscription, as opposed to checking for the "value" in each expected, or at least both. I strongly feel that we should only be doing a replace if the expectedTranscription has that value in it.
Please consider adding a test for the new scenario. In fact, your change will break existing tests.
Right now the logic checks for "keys" in each actualTranscription, as opposed to checking for the "value" in each expected, or at least both. I strongly feel that we should only be doing a replace if the expectedTranscription has that value in it.