prefer_tt_assert 213 B

1234
  1. o Code simplifications and refactoring (tests):
  2. - Use tt_assert, not tor_assert, for checking for test failures.
  3. This makes the unit tests more able to go on in the event that
  4. one of them fails.