From 42166360844193165193f0908f45b06a6be850a6 Mon Sep 17 00:00:00 2001 From: Cadene Date: Thu, 11 Apr 2024 14:01:23 +0000 Subject: [PATCH] fix --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 17f6d600..4263e452 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -15,7 +15,7 @@ def test_example_1(): file_contents = file.read() exec(file_contents) - assert Path("outputs/visualize_dataset/example/episode_0_top.mp4").exists() + assert Path("outputs/visualize_dataset/example/episode_0.mp4").exists() def test_examples_3_and_2():