From 61fb0d083be679cce0c1da59b07f54a800c28ed8 Mon Sep 17 00:00:00 2001 From: Denis NUTIU Date: Sat, 23 Nov 2019 18:54:25 +0200 Subject: [PATCH] Fix TestClient sensors namespace --- NucuCar.TestClient/Sensors/SensorsCmd.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NucuCar.TestClient/Sensors/SensorsCmd.cs b/NucuCar.TestClient/Sensors/SensorsCmd.cs index e683a0d..205fc18 100644 --- a/NucuCar.TestClient/Sensors/SensorsCmd.cs +++ b/NucuCar.TestClient/Sensors/SensorsCmd.cs @@ -8,7 +8,7 @@ using Grpc.Net.Client; using Microsoft.Extensions.Logging; using NucuCarSensorsProto; -namespace NucuCar.TestClient +namespace NucuCar.TestClient.Sensors { public class SensorsCmd {