From e1856a0bff78fe2abcf0538d481614af01d534b6 Mon Sep 17 00:00:00 2001 From: Koen Bekkenutte <2912652+kbekkenutte@users.noreply.github.com> Date: Mon, 31 May 2021 04:40:02 +0800 Subject: [PATCH] Fixed broken test --- ...essionGeneratorTests.ProjectableExtensionMethod2.verified.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/EntityFrameworkCore.Projections.Generator.Tests/ProjectionExpressionGeneratorTests.ProjectableExtensionMethod2.verified.txt b/tests/EntityFrameworkCore.Projections.Generator.Tests/ProjectionExpressionGeneratorTests.ProjectableExtensionMethod2.verified.txt index 0adccb7..be7893d 100644 --- a/tests/EntityFrameworkCore.Projections.Generator.Tests/ProjectionExpressionGeneratorTests.ProjectableExtensionMethod2.verified.txt +++ b/tests/EntityFrameworkCore.Projections.Generator.Tests/ProjectionExpressionGeneratorTests.ProjectableExtensionMethod2.verified.txt @@ -1,6 +1,7 @@ using System; using System.Linq; using EntityFrameworkCore.Projections; +using Foo; namespace EntityFrameworkCore.Projections.Generated #nullable disable