Skip to content

Commit

Permalink
Add r to user
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Aug 26, 2023
1 parent 912c28a commit f930f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_system_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_add_suffix(self):
])

rg.add_suffix('/', '${USER}')
df = rg.find_storage(mount_res='.*\${USER}')
df = rg.find_storage(mount_res=r'.*\${USER}')
self.assertEqual(3, len(df))

def test_ares(self):
Expand Down

0 comments on commit f930f70

Please sign in to comment.