aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/transaction_dirs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/transaction_dirs_test.go')
-rw-r--r--ref/store/files/transaction_dirs_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/store/files/transaction_dirs_test.go b/ref/store/files/transaction_dirs_test.go
index c010ae69..0cf54c28 100644
--- a/ref/store/files/transaction_dirs_test.go
+++ b/ref/store/files/transaction_dirs_test.go
@@ -3,8 +3,8 @@ package files_test
import (
"testing"
- "codeberg.org/lindenii/furgit/internal/testgit"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ "lindenii.org/go/furgit/internal/testgit"
+ objectid "lindenii.org/go/furgit/object/id"
)
func TestFilesTransactionEmptyDirectoriesDoNotBlock(t *testing.T) {