mirror of https://github.com/eyhc1/rendercv.git
tests: revert update_testdata to False in conftest.py
This commit is contained in:
parent
063b362adb
commit
37120928bb
|
@ -23,7 +23,7 @@ import rendercv.renderer as r
|
|||
# the output. Setting update_testdata to True will update the reference files with
|
||||
# the latest RenderCV. This should be done with caution, as it will overwrite the
|
||||
# reference files with the latest output.
|
||||
update_testdata = True
|
||||
update_testdata = False
|
||||
|
||||
# copy sample entries from docs/update_rendercv_files.py:
|
||||
education_entry_dictionary = {
|
||||
|
|
Loading…
Reference in New Issue