aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/batch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/batch_test.go')
-rw-r--r--ref/store/files/batch_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/files/batch_test.go b/ref/store/files/batch_test.go
index 2a4eb055..5580a2ce 100644
--- a/ref/store/files/batch_test.go
+++ b/ref/store/files/batch_test.go
@@ -6,7 +6,7 @@ import (
"codeberg.org/lindenii/furgit/internal/testgit"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/ref/store"
+ refstore "codeberg.org/lindenii/furgit/ref/store"
)
func TestBatchApplyRejectsStaleDeleteAndAppliesIndependentDelete(t *testing.T) {