Skip to content

Commit 74802c7

Browse files
committed
update tests
1 parent 8b9d714 commit 74802c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def test_python_bin(self):
153153
python_bin = Binary(name='python', providers=[provider])
154154

155155
self.assertIsNone(python_bin.loaded_provider)
156+
self.assertIsNone(python_bin.loaded_abspath)
156157
self.assertIsNone(python_bin.loaded_version)
157-
self.assertEqual(python_bin.loaded_abspath, Path(sys.executable).absolute())
158158

159159
python_bin = python_bin.load()
160160

0 commit comments

Comments
 (0)