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.
1 parent d1707ef commit 4362c54Copy full SHA for 4362c54
test/TestBuildingBlocks/FakerContainer.cs
@@ -34,7 +34,7 @@ private static MethodBase GetTestMethod()
34
if (testMethod == null)
35
{
36
// If called after the first await statement, the test method is no longer on the stack,
37
- // but has been replaced with the compiler-generated async/wait state machine.
+ // but has been replaced with the compiler-generated async/await state machine.
38
throw new InvalidOperationException("Fakers can only be used from within (the start of) a test method.");
39
}
40
0 commit comments