Skip to content

Commit 64c8dc1

Browse files
authored
Use new value input by user in subsequent iterations of main loop.
1 parent 81f0bb5 commit 64c8dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleBase/Console/ConsoleTestManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public virtual void ShowTestEntrance()
137137
msgPrinter.PrintError(ex.StackTrace ?? "");
138138
}
139139

140-
PrintNamesAndRead();
140+
input = PrintNamesAndRead();
141141

142142
}
143143
else

0 commit comments

Comments
 (0)