Skip to content

Commit 49e2238

Browse files
committed
Fix import path in new file after sync from other repo
1 parent 308fe84 commit 49e2238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fyne/internal/commands/package-unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
"testing"
77

8-
"fyne.io/fyne/v2/cmd/fyne/internal/templates"
8+
"fyne.io/tools/cmd/fyne/internal/templates"
99
"github.com/stretchr/testify/assert"
1010
)
1111

0 commit comments

Comments
 (0)