Skip to content

Commit 1c0f1d7

Browse files
committed
Missing rename.
1 parent f2493a9 commit 1c0f1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Endpoints/test/EndpointHtmlRendererTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ public async Task UriHelperRedirect_ThrowsInvalidOperationException_WhenResponse
864864
string redirectUri = "http://localhost/redirect";
865865

866866
// Act
867-
if (expectException)
867+
if (allowException)
868868
{
869869
var exception = await Assert.ThrowsAsync<InvalidOperationException>(async () => await renderer.PrerenderComponentAsync(
870870
httpContext,

0 commit comments

Comments
 (0)