We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1f0a9 commit 9e64e12Copy full SHA for 9e64e12
tests/test_kem.py
@@ -75,5 +75,5 @@ def test_not_enabled():
75
nose2.main()
76
except ImportError:
77
raise RuntimeError(
78
- "nose2 module not found. Please install it with 'pip install node2'."
+ "nose2 module not found. Please install it with 'pip install nose2'."
79
)
tests/test_sig.py
@@ -122,5 +122,5 @@ def test_not_enabled():
122
123
124
125
126
0 commit comments