Use TestResult in all code examples

As using TestResult in all code examples gets around any and all use of unwrap() and expect() it should be preferred over Result<(), Error>.