Skip to content

Commit

Permalink
Good to Go trekhleb#73
Browse files Browse the repository at this point in the history
Edit in line 80 
Correct Information about String index#73
  • Loading branch information
prajwalkedari authored Oct 22, 2022
1 parent 8344a56 commit 0be1d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_types/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_string_type():
# | P | y | t | h | o | n |
# +---+---+---+---+---+---+
# 0 1 2 3 4 5 6
# -6 -5 -4 -3 -2 -1
# -7 -6 -5 -4 -3 -2 -1

# Attempting to use an index that is too large will result in an error.
with pytest.raises(Exception):
Expand Down

0 comments on commit 0be1d57

Please sign in to comment.