diff options
Diffstat (limited to 'ref/store/files/transaction_update_test.go')
| -rw-r--r-- | ref/store/files/transaction_update_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ref/store/files/transaction_update_test.go b/ref/store/files/transaction_update_test.go index a29d586e..d8e89cb0 100644 --- a/ref/store/files/transaction_update_test.go +++ b/ref/store/files/transaction_update_test.go @@ -5,10 +5,10 @@ import ( "strings" "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/ref" - refstore "codeberg.org/lindenii/furgit/ref/store" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/ref" + refstore "lindenii.org/go/furgit/ref/store" ) func TestFilesTransactionPackedUpdateCreatesLooseOverride(t *testing.T) { |
