mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-06-14 10:36:07 +00:00
Removed unused test
This commit is contained in:
-23
@@ -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()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user