diff --git a/test/vstest.ProgrammerTests/Fakes/FakeCommunicationEndpoint.cs b/test/vstest.ProgrammerTests/Fakes/FakeCommunicationEndpoint.cs index 5ad2ec958c..e92dbdb3a4 100644 --- a/test/vstest.ProgrammerTests/Fakes/FakeCommunicationEndpoint.cs +++ b/test/vstest.ProgrammerTests/Fakes/FakeCommunicationEndpoint.cs @@ -5,7 +5,9 @@ using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestPlatform.Utilities; +#pragma warning disable IDE1006 // Naming Styles namespace vstest.ProgrammerTests.Fakes; +#pragma warning restore IDE1006 // Naming Styles internal class FakeCommunicationEndpoint : ICommunicationEndPoint {