Skip to content

Commit c541688

Browse files
ravg998tomasr8
andauthored
Apply suggestions from code review
Change from double quotes to single quotes. Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
1 parent 89a71ff commit c541688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_pathlib/test_read.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ def test_info_is_symlink(self):
331331

332332
def test_invalid_mode(self):
333333
p = self.root / 'fileA'
334-
with self.assertRaisesRegex(ValueError, "invalid mode"):
335-
vfsopen(p, "q")
334+
with self.assertRaisesRegex(ValueError, 'invalid mode'):
335+
vfsopen(p, 'q')
336336

337337

338338
class ZipPathReadTest(ReadTestBase, unittest.TestCase):

0 commit comments

Comments
 (0)