Jelajahi Sumber

fix tests.json

Jan Tattermusch 7 tahun lalu
induk
melakukan
7a9a9f6d1a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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"
   ]
 }