Skip to content

Commit

Permalink
ENH: windows ci path splitting (blind)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsrey committed Oct 27, 2022
1 parent d7896e0 commit 3ebd86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpysal/examples/tests/test_available.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def test_data_home(self):
elif os_name == 'Windows':
heads = head.split("\\")
self.assertEqual(heads[1], 'Users')
self.assertEqual(heads[-1], 'Local')
self.assertEqual(heads[-2], 'AppData')
self.assertEqual(heads[-2], 'Local')
self.assertEqual(heads[-3], 'AppData')

suite = unittest.TestLoader().loadTestsFromTestCase(Testexamples)

Expand Down

0 comments on commit 3ebd86f

Please sign in to comment.