(t *testing.T, expected map[string]string)
| 2327 | } |
| 2328 | |
| 2329 | func assertGitStatus(t *testing.T, expected map[string]string) { |
| 2330 | equals(t, expected, gitStatus()) |
| 2331 | } |
| 2332 | |
| 2333 | func assertCleanGitStatus(t *testing.T) { |
| 2334 | status := gitStatus() |
no test coverage detected