Skip to content

Commit 2754535

Browse files
committed
Fix unit test
1 parent 6d67a44 commit 2754535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/SourceGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public async Task TestInvalidGlobalRuntime_ShouldError()
264264
},
265265
ExpectedDiagnostics =
266266
{
267-
new DiagnosticResult("AWSLambda0112", DiagnosticSeverity.Error).WithMessage("The runtime selected in the Amazon.Lambda.Annotations.LambdaGlobalPropertiesAttribute is not a supported value. The valid values are: dotnet6, provided.al2, provided.al2023, dotnet8"),
267+
new DiagnosticResult("AWSLambda0112", DiagnosticSeverity.Error).WithMessage("The runtime selected in the Amazon.Lambda.Annotations.LambdaGlobalPropertiesAttribute is not a supported value. The valid values are: dotnet6, provided.al2, provided.al2023, dotnet8, dotnet10"),
268268
}
269269
}
270270
};

0 commit comments

Comments
 (0)