aboutsummaryrefslogtreecommitdiff
path: root/internal/iolimit/capped_capture_writer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/iolimit/capped_capture_writer_test.go')
-rw-r--r--internal/iolimit/capped_capture_writer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/iolimit/capped_capture_writer_test.go b/internal/iolimit/capped_capture_writer_test.go
index e95d06ef..2793f8cb 100644
--- a/internal/iolimit/capped_capture_writer_test.go
+++ b/internal/iolimit/capped_capture_writer_test.go
@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
- "codeberg.org/lindenii/furgit/internal/iolimit"
+ "lindenii.org/go/furgit/internal/iolimit"
)
func TestCappedCaptureWriterWithinLimit(t *testing.T) {