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 e9a4632 commit c139981Copy full SHA for c139981
test/graph_test.py
@@ -52,7 +52,6 @@ def directory_exists(self):
52
self.sut.expect("many", timeout=30)
53
# Up arrow three times: [12] -> 8 -> 4 -> 0 (done)
54
self.sut.sendline("\x1b[A" * 3)
55
- self.sut.sendline("\r")
56
self.sut.expect("enable fork-observer", timeout=30)
57
self.sut.sendline("")
58
self.sut.expect("seconds", timeout=30)
0 commit comments