Skip to content

Commit f91640e

Browse files
author
Lorena Mesa
committed
Fix typos in sample cases
1 parent eacb262 commit f91640e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/sample_cases_test.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ def test_fails_to_create_identicon_with_input_text_missing(self):
2828
error_received = subprocess.check_output(f'python3 {PROJECT_ROOT}/main.py', shell=True, stderr=subprocess.STDOUT).strip()
2929
self.assertIn(context.exception.message, "main.py: error: the following arguments are required: -s/--string")
3030

31-
def generates_
31+
def test_creates_identicon_when_input_text_provided(self):
32+
pass
3233

3334

3435
# hash_str =convert_string_to_sha_hash("931D387731bBbC988B31220")
3536
# hash_str = convert_string_to_sha_hash("[email protected]")
3637
# grid = build_grid(hash_str)
3738
# draw_image(grid, hash_str)
3839

39-
if __name__ == '__maipython -m unittestn__':
40+
if __name__ == '__maipython -m unittest__':
4041
unittest.main()

0 commit comments

Comments
 (0)