Fixed verified test output

This commit is contained in:
Koen
2022-11-07 13:14:25 +00:00
parent 3e2bf5c6ae
commit cf800322d2

View File

@@ -13,7 +13,7 @@ namespace EntityFrameworkCore.Projectables.Generated
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
{
return (string input) =>
input != null ? (input[0].ToString()) : null;
input != null ? (input[0].ToString()) : (string)null;
}
}
}