mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Fix unit test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using EntityFrameworkCore.Projectables;
|
||||
using Foo;
|
||||
|
||||
@@ -344,7 +344,7 @@ namespace Foo {
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public Task InOperator()
|
||||
public Task IsOperator()
|
||||
{
|
||||
var compilation = CreateCompilation(@"
|
||||
using System;
|
||||
|
||||
Reference in New Issue
Block a user