We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb46a5 commit ded2e10Copy full SHA for ded2e10
1 file changed
test/windows/wslc/e2e/WSLCE2EContainerCreateTests.cpp
@@ -646,7 +646,7 @@ class WSLCE2EContainerCreateTests
646
}
647
{
648
// Session shell should attach to the wslc by name also.
649
- auto session = RunWslcInteractive(L"session shell wsla-cli");
+ auto session = RunWslcInteractive(L"session shell wslc-cli");
650
VERIFY_IS_TRUE(session.IsRunning(), L"Session should be running");
651
652
session.ExpectStdout(VT::SESSION_PROMPT);
0 commit comments