summaryrefslogtreecommitdiff
path: root/reference_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'reference_test.go')
-rw-r--r--reference_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_test.go b/reference_test.go
index c2da93e..ba32d81 100644
--- a/reference_test.go
+++ b/reference_test.go
@@ -9,7 +9,7 @@ import (
func TestRefModification(t *testing.T) {
repo := createTestRepo(t)
- defer os.RemoveAll(repo.Path())
+ defer os.RemoveAll(repo.Workdir())
loc, err := time.LoadLocation("Europe/Berlin")
checkFatal(t, err)