Skip to content

Commit e161553

Browse files
committed
Remove test comment
1 parent e72e2f4 commit e161553

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
@@ -36,7 +36,7 @@ def test_program(program_name: str):
3636
test_program("dict_write")
3737
test_program("dict_update")
3838
test_program("default_dict_new")
39-
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value
39+
test_program("squash_dict")
4040
# test_program("dict_squash") # Custom Hint Error: AttributeError: 'PyTypeId' object has no attribute 'segment_index'
4141
test_program("ids_size")
4242
test_program("split_felt")

0 commit comments

Comments
 (0)