Skip to content

Commit 4c71280

Browse files
committed
grpc client test now works again
1 parent aeb0472 commit 4c71280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daemon/client/client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ func main() {
311311
}
312312

313313
// PLATFORM UNINSTALL
314-
fmt.Println("=== calling PlatformUninstall(arduino:samd@1.6.19)")
314+
fmt.Println("=== calling PlatformUninstall(arduino:samd)")
315315
uninstallRespStream, err := client.PlatformUninstall(context.Background(), &rpc.PlatformUninstallReq{
316316
Instance: instance,
317317
PlatformPackage: "arduino",
318318
Architecture: "samd",
319-
Version: "1.6.19",
319+
//Version: "1.6.19",
320320
})
321321
if err != nil {
322322
fmt.Printf("Uninstall error: %s\n", err)

0 commit comments

Comments
 (0)