summaryrefslogtreecommitdiff
path: root/internal/resource/link/link_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-06 23:05:48 +0300
committerPaul Buetow <paul@buetow.org>2026-07-06 23:05:48 +0300
commit5600bedb927e291e2e78e6140de256e1a1d4475c (patch)
treeaf19c6b484135afed332a8e3fcda7e8ded5ac4b8 /internal/resource/link/link_test.go
parentf7498c9ae626b9ab654fe6eb736e19c62cf5d38d (diff)
refactor
Diffstat (limited to 'internal/resource/link/link_test.go')
-rw-r--r--internal/resource/link/link_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/resource/link/link_test.go b/internal/resource/link/link_test.go
index 3012435..862d5f7 100644
--- a/internal/resource/link/link_test.go
+++ b/internal/resource/link/link_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"codeberg.org/snonux/gonf/internal/resource"
- . "codeberg.org/snonux/gonf/api/option"
+ . "codeberg.org/snonux/gonf/api/options"
)
func TestPresentSymlinkCreateAndIdempotent(t *testing.T) {