Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace `t.Error` with `t.Fatal`, so that the test stops, if we don't have an error; * replace `got` with `err`, as `err` is the actual object we can call `Error()` on, here `got` is not defined
- Loading branch information