Removed unused test

This commit is contained in:
Koen Bekkenutte
2021-07-02 01:39:58 +08:00
parent e6d00f8007
commit 9fdc33b4ad
@@ -1,23 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace EntityFrameworkCore.Projectables.Tests.Services
{
public class ProjectionExpressionResolverTests
{
//public Expression<Func<int, int>> Test1(int arg1)
// => arg1 + 1;
[Fact]
public void Foo1()
{
}
}
}