summaryrefslogtreecommitdiff
path: root/branch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'branch_test.go')
-rw-r--r--branch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/branch_test.go b/branch_test.go
index 7db509b..ee65b07 100644
--- a/branch_test.go
+++ b/branch_test.go
@@ -32,7 +32,7 @@ func TestBranchIterator(t *testing.T) {
checkFatal(t, err)
list := make([]string, 0)
- for ref := range ReferenceNameIteratorChannel(i) {
+ for ref := range NameIteratorChannel(i) {
list = append(list, ref)
}