diff --git a/test/test_examples.py b/test/test_examples.py index d6cebd1..72829de 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -15,5 +15,4 @@ class TestExamples(unittest.TestCase): def test_arty(self): os.system(f"rm -rf {root_dir}/build") os.system(f"cd {root_dir}/examples && python3 arty.py") - self.assertEqual(os.path.isfile(f"{root_dir}/examples/build/arty/gateware/arty.v"), True) - + self.assertEqual(os.path.isfile(f"{root_dir}/examples/build/digilent_arty/gateware/digilent_arty.v"), True)