The `assert.Equal()` expects that the "expected" value is put first. Which is not what I'm used to. It's also slightly inconsistent because `assert.EqualError()` expects the "actual" err first and then the expected string. But this commit is not about ranting :) This commit fixes the order in the tests assert.Equal() so that mismatches actually are displayed correctly. |
||
|---|---|---|
| .. | ||
| build_result.go | ||
| config.go | ||
| export_test.go | ||
| handler_build.go | ||
| handler_build_test.go | ||
| handler_result.go | ||
| handler_result_test.go | ||
| handler_root.go | ||
| handler_root_test.go | ||
| main.go | ||
| main_test.go | ||
| routes.go | ||