diff options
Diffstat (limited to 'ref/store/files/batch_test.go')
| -rw-r--r-- | ref/store/files/batch_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/store/files/batch_test.go b/ref/store/files/batch_test.go index 80575e5e..6eb8ff82 100644 --- a/ref/store/files/batch_test.go +++ b/ref/store/files/batch_test.go @@ -4,9 +4,9 @@ import ( "errors" "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - refstore "codeberg.org/lindenii/furgit/ref/store" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + refstore "lindenii.org/go/furgit/ref/store" ) func TestBatchApplyRejectsStaleDeleteAndAppliesIndependentDelete(t *testing.T) { |
