Skip to content

Commit 2fe23ec

Browse files
committed
Merge branch 'stable'
2 parents 4ca1237 + bc21163 commit 2fe23ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/site/docs/test-doubles/input-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ InputFileContent fileToUpload = InputFileContent.CreateFromText("Text content",
1919
IRenderedComponent<ComponentUnderTest> cut = ctx.RenderComponent<ComponentUnderTest>();
2020

2121
// Find the InputFile component
22-
IRenderedComponent<ComponentUnderTest> inputFile = cut.FindComponent<InputFile>();
22+
IRenderedComponent<InputFile> inputFile = cut.FindComponent<InputFile>();
2323

2424
// Upload the file to upload to the InputFile component
2525
inputFile.UploadFile(fileToUpload);

0 commit comments

Comments
 (0)