Browse Source

fix tests.json

Jan Tattermusch 7 years ago
parent
commit
7a9a9f6d1a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/csharp/tests.json

+ 2 - 2
src/csharp/tests.json

@@ -66,11 +66,11 @@
   "Grpc.Tools.Tests": [
     "Grpc.Tools.Tests.CppGeneratorTests",
     "Grpc.Tools.Tests.CSharpGeneratorTests",
+    "Grpc.Tools.Tests.DepFileUtilTests",
     "Grpc.Tools.Tests.GeneratorTests",
     "Grpc.Tools.Tests.ProtoCompileBasicTests",
     "Grpc.Tools.Tests.ProtoCompileCommandLineGeneratorTests",
     "Grpc.Tools.Tests.ProtoCompileCommandLinePrinterTests",
-    "Grpc.Tools.Tests.ProtoToolsPlatformTaskTests",
-    "Grps.Tools.Tests.DepFileUtilTests"
+    "Grpc.Tools.Tests.ProtoToolsPlatformTaskTests"
   ]
 }