def TEST_regex_fix(self):
     url_path = "Resources/WebData/SuiteFileGroups/GoogleSuite/Small.json"
     my_file = FileService.read_file_at_location(url_path)
     my_array = TextActions.regex_fixer(my_file)
     my_path = "Resources/WebData/SuiteFileGroups/GoogleSuite/Updated.json"
     FileService.write_file_at_location(my_path, my_array)
 def TEST_regex_fix(self):
     url_path = "Resources/WebData/SuiteFileGroups/GoogleSuite/Small.json"
     my_file = FileService.read_file_at_location(url_path)
     my_array = TextActions.regex_fixer(my_file)
     my_path = "Resources/WebData/SuiteFileGroups/GoogleSuite/Updated.json"
     FileService.write_file_at_location(my_path, my_array)