Skip to content

Commit e72e2f4

Browse files
committed
Merge branch 'dict-manager' of github.com:lambdaclass/cairo-rs-py into squash-dict-add-test-tags
2 parents 92fd3b2 + 0c6e440 commit e72e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_program(program_name: str):
3333
test_program("memset")
3434
test_program("dict_new")
3535
test_program("dict_read")
36-
test_program("dict_write") # ValueError: Custom Hint Error: AttributeError: 'PyTypeId' object has no attribute 'segment_index'
36+
test_program("dict_write")
3737
test_program("dict_update")
3838
test_program("default_dict_new")
3939
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value

0 commit comments

Comments
 (0)