Skip to content

Commit af4176f

Browse files
committed
fix lint
1 parent c9f4570 commit af4176f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

union_type_test.go

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

33
import (
44
"encoding/json"
5+
"testing"
6+
57
ol "github.com/opslevel/opslevel-go/v2025"
68
"github.com/rocktavious/autopilot/v2023"
7-
"testing"
89
)
910

1011
func TestRelationshipResourceUnmarshalJSON(t *testing.T) {

0 commit comments

Comments
 (0)