aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/transaction_dirs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/files/transaction_dirs_test.go')
-rw-r--r--refstore/files/transaction_dirs_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/refstore/files/transaction_dirs_test.go b/refstore/files/transaction_dirs_test.go
index 09dc29fd..08d07197 100644
--- a/refstore/files/transaction_dirs_test.go
+++ b/refstore/files/transaction_dirs_test.go
@@ -59,7 +59,7 @@ func TestFilesTransactionEmptyDirectoriesDoNotBlock(t *testing.T) {
got, err := store.ResolveToDetached("refs/e-update/foo")
if err != nil {
- t.Fatalf("ResolveFully(updated foo): %v", err)
+ t.Fatalf("ResolveToDetached(updated foo): %v", err)
}
if got.ID != newID {
@@ -86,7 +86,7 @@ func TestFilesTransactionEmptyDirectoriesDoNotBlock(t *testing.T) {
got, err = store.ResolveToDetached("refs/e-create/foo")
if err != nil {
- t.Fatalf("ResolveFully(created foo): %v", err)
+ t.Fatalf("ResolveToDetached(created foo): %v", err)
}
if got.ID != oldID {