Fix unit test

This commit is contained in:
phenx
2022-10-05 22:11:07 +02:00
parent f09eae42d9
commit b1db2793f0
2 changed files with 2 additions and 1 deletions

View File

@@ -344,7 +344,7 @@ namespace Foo {
}
[Fact]
public Task InOperator()
public Task IsOperator()
{
var compilation = CreateCompilation(@"
using System;