diff --git a/src/Vlingo.Actors.Tests/Proxy/ProxyTest.cs b/src/Vlingo.Actors.Tests/Proxy/ProxyTest.cs deleted file mode 100644 index 583c82bb..00000000 --- a/src/Vlingo.Actors.Tests/Proxy/ProxyTest.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2012-2018 Vaughn Vernon. All rights reserved. -// -// This Source Code Form is subject to the terms of the -// Mozilla Public License, v. 2.0. If a copy of the MPL -// was not distributed with this file, You can obtain -// one at https://mozilla.org/MPL/2.0/. - -namespace Vlingo.Actors.Tests.Proxy -{ - public abstract class ProxyTest - { - public readonly string classname = "Vlingo.Actors.Proxy.TestProxy"; - public readonly string source = "TODO: ???"; - } -}