File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ def test_with_empty_file(self):
9999 process .expect_exact ("foo.py exists" )
100100 process .expect_exact (":(" )
101101 process .expect_exact ("prints hello" )
102- process .expect_exact ("expected: \" hello\" " )
103- process .expect_exact ("actual: \" \" " )
102+ process .expect_exact ("expected: ' hello' " )
103+ process .expect_exact ("actual: '' " )
104104 process .close (force = True )
105105
106106
@@ -146,8 +146,8 @@ def test_with_empty_file(self):
146146 process .expect_exact ("foo.py exists" )
147147 process .expect_exact (":(" )
148148 process .expect_exact ("prints hello name" )
149- process .expect_exact ("expected: \" hello bar\" " )
150- process .expect_exact ("actual: \" \" " )
149+ process .expect_exact ("expected: ' hello bar' " )
150+ process .expect_exact ("actual: '' " )
151151 process .close (force = True )
152152
153153 def test_with_correct_file (self ):
You can’t perform that action at this time.
0 commit comments