Rename ListIDs -> List

This commit is contained in:
Alexander Neumann
2014-08-04 22:15:04 +02:00
parent e525655dcb
commit 022f514b09
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ func TestRepository(t *testing.T) {
}
}
ids, err := repo.ListIDs(tpe)
ids, err := repo.List(tpe)
ok(t, err)
sort.Sort(ids)