Skip to content

Commit ef9eb02

Browse files
author
Hugues Devimeux
committed
fixed set test scene
1 parent e809542 commit ef9eb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers/graphical_units.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def set_test_scene(scene_object, module_name):
4040
file_writer_config["text_dir"] = os.path.join(tmpdir, "text")
4141
file_writer_config["tex_dir"] = os.path.join(tmpdir, "tex")
4242
scene = scene_object()
43+
scene.render()
4344
data = scene.get_frame()
4445

4546
tests_directory = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)