Skip to content

Commit 9ede501

Browse files
committed
Fix for TestScreenCapture
The mocked console interface doesn't need to scroll anything, so throwing "not implemented" isn't necessary, it's just a nop.
1 parent 64ffb08 commit 9ede501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UnitTestPSReadLine/UnitTestReadLine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public int WindowHeight
136136

137137
public void SetWindowPosition(int left, int top)
138138
{
139-
throw new NotImplementedException();
140139
}
141140

142141
public void SetCursorPosition(int left, int top)

0 commit comments

Comments
 (0)