summaryrefslogtreecommitdiff
path: root/status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'status_test.go')
-rw-r--r--status_test.go2
1 files changed, 1 insertions, 1 deletions
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()