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 abd0011e000b2b7f1dbfe8ad3abf720d24a9c13e
2 changes: 1 addition & 1 deletion Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_get_main(self):
class CreateTests(TestBase):

def test_create(self):
id = interpreters.create()
interp = interpreters.create()
self.assertIn(interp, interpreters.list_all())


Expand Down