Skip to content

Commit d4e628f

Browse files
jacobtrvlCopilot
andauthored
Update test_srv_boundary_fragment/service2/gadget_test_server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d3a6053 commit d4e628f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_srv_boundary_fragment/service2/gadget_test_server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ type invisibleCar struct {
137137
}
138138

139139
func (r *gadgetResolver) ToInvisibleCar() (*invisibleCar, bool) {
140-
invisableCar, ok := r.gadget.(*invisibleCar)
141-
return invisableCar, ok
140+
invisibleCar, ok := r.gadget.(*invisibleCar)
141+
return invisibleCar, ok
142142
}
143143

144144
func (j invisibleCar) ID() graphql.ID {

0 commit comments

Comments
 (0)