Skip to content

Commit 8bce593

Browse files
authored
Fix trivial typo in test_interpreters (GH-113381)
1 parent 593b4d8 commit 8bce593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import load_tests
22
import unittest
33

4-
nittest.main()
4+
unittest.main()

0 commit comments

Comments
 (0)