mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 17:59:49 +00:00
Refactor cloning dump file
This commit is contained in:
@@ -47,8 +47,8 @@ func TestParsingRefs(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
if got.Branch != test.wantBranch {
|
||||
t.Errorf("Failed test case %d, got: %s; wantBranch: %s", i, got.Branch, test.wantBranch)
|
||||
if got.branch != test.wantBranch {
|
||||
t.Errorf("Failed test case %d, got: %s; wantBranch: %s", i, got.branch, test.wantBranch)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user