From a093e20a8812f2cc26fde6d4bc6ee8c21e782c39 Mon Sep 17 00:00:00 2001 From: Ben Navetta Date: Mon, 18 Aug 2014 22:58:53 -0400 Subject: add status option support --- status_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status_test.go') diff --git a/status_test.go b/status_test.go index 0cc9de3..3fababe 100644 --- a/status_test.go +++ b/status_test.go @@ -15,7 +15,7 @@ func TestEntryCount(t *testing.T) { err := ioutil.WriteFile(path.Join(path.Dir(repo.Path()), "hello.txt"), []byte("Hello, World"), 0644) checkFatal(t, err) - statusList, err := repo.StatusList() + statusList, err := repo.StatusList(nil) checkFatal(t, err) entryCount, err := statusList.EntryCount() -- cgit v1.2.3