Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_interpreters.py
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
  • Loading branch information
nanjekyejoannah and ericsnowcurrently authored Sep 13, 2019
commit d502415deafb2fdc42e6234e2fa237f223444eb8
2 changes: 1 addition & 1 deletion Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_get_current(self):
class GetMainTests(TestBase):

def test_get_main(self):
[expected] = interpreters.list_all()
expected, * = interpreters.list_all()
main = interpreters.get_main()
self.assertEqual(main, expected)

Expand Down