aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/tests.json')
-rw-r--r--src/csharp/tests.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/csharp/tests.json b/src/csharp/tests.json
index 761308b33f..760776f9e7 100644
--- a/src/csharp/tests.json
+++ b/src/csharp/tests.json
@@ -66,13 +66,13 @@
"Grpc.Reflection.Tests.SymbolRegistryTest"
],
"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"
+ "Grpc.Tools.Tests.CppGeneratorTest",
+ "Grpc.Tools.Tests.CSharpGeneratorTest",
+ "Grpc.Tools.Tests.DepFileUtilTest",
+ "Grpc.Tools.Tests.GeneratorTest",
+ "Grpc.Tools.Tests.ProtoCompileBasicTest",
+ "Grpc.Tools.Tests.ProtoCompileCommandLineGeneratorTest",
+ "Grpc.Tools.Tests.ProtoCompileCommandLinePrinterTest",
+ "Grpc.Tools.Tests.ProtoToolsPlatformTaskTest"
]
}