Skip to content

Commit

Permalink
Enable disabled UT
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 21, 2024
1 parent b155f7b commit efb9ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/builder-tests/testconvertfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _clean_pos(self, directory):
for filename in findFiles.find_recursive(directory, "*.po"):
remove(filename)

def _test_convert_json_files_to_po(self):
def test_convert_json_files_to_po(self):
json_dir = path.dirname(path.realpath(__file__))
json_dir += "/data/conversions/json/"
convert = ConvertFiles(json_dir, None)
Expand Down

0 comments on commit efb9ff2

Please sign in to comment.