We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ca1237 + bc21163 commit 2fe23ecCopy full SHA for 2fe23ec
1 file changed
docs/site/docs/test-doubles/input-file.md
@@ -19,7 +19,7 @@ InputFileContent fileToUpload = InputFileContent.CreateFromText("Text content",
19
IRenderedComponent<ComponentUnderTest> cut = ctx.RenderComponent<ComponentUnderTest>();
20
21
// Find the InputFile component
22
-IRenderedComponent<ComponentUnderTest> inputFile = cut.FindComponent<InputFile>();
+IRenderedComponent<InputFile> inputFile = cut.FindComponent<InputFile>();
23
24
// Upload the file to upload to the InputFile component
25
inputFile.UploadFile(fileToUpload);
0 commit comments