We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fae2ae commit 6d5a4f7Copy full SHA for 6d5a4f7
1 file changed
test/test_functionality.py
@@ -54,7 +54,7 @@ def test_cas_check_digit_print(caffeine):
54
assert caffeine.check_digit
55
56
57
-def test_cas_check_digit(caffeine):
+def test_cas_string_output(caffeine):
58
assert str(caffeine) == "58-08-2"
59
60
0 commit comments