Skip to content

Commit a075599

Browse files
fix: imports
1 parent 7e7916f commit a075599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/fileconfiguration/fileconfiguration_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package fileconfiguration
22

33
import (
4-
"github.com/ionos-cloud/sdk-go-bundle/shared"
54
"github.com/stretchr/testify/assert"
65
"os"
76
"testing"
7+
8+
"github.com/ionos-cloud/sdk-go-bundle/shared"
89
)
910

1011
const testEndpoint = "https://test.endpoint"

0 commit comments

Comments
 (0)