Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-M-V committed Nov 17, 2022
1 parent e034b03 commit 525c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hints_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_program(program_name: str):
test_program("memset")
test_program("dict_new")
test_program("dict_read")
#test_program("dict_write")
test_program("dict_write")
test_program("dict_update")
test_program("default_dict_new")
# test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value
Expand Down

0 comments on commit 525c200

Please sign in to comment.