From 525c20070da57af1555954096e0467be64ce4882 Mon Sep 17 00:00:00 2001 From: Juan-M-V Date: Thu, 17 Nov 2022 10:41:34 -0300 Subject: [PATCH] Uncomment test --- hints_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints_tests.py b/hints_tests.py index 46992e89..27073c69 100644 --- a/hints_tests.py +++ b/hints_tests.py @@ -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