Skip to content

Commit 9e64e12

Browse files
committed
Fix typo error message
Signed-off-by: Iyán Méndez Veiga <[email protected]>
1 parent dc1f0a9 commit 9e64e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_kem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ def test_not_enabled():
7575
nose2.main()
7676
except ImportError:
7777
raise RuntimeError(
78-
"nose2 module not found. Please install it with 'pip install node2'."
78+
"nose2 module not found. Please install it with 'pip install nose2'."
7979
)

tests/test_sig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ def test_not_enabled():
122122
nose2.main()
123123
except ImportError:
124124
raise RuntimeError(
125-
"nose2 module not found. Please install it with 'pip install node2'."
125+
"nose2 module not found. Please install it with 'pip install nose2'."
126126
)

0 commit comments

Comments
 (0)