From e643df0a77f643c4da9d2a53283c168f2c77edc1 Mon Sep 17 00:00:00 2001 From: Chandrakiran G <121334151+Kiran-VLSI@users.noreply.github.com> Date: Thu, 10 Apr 2025 23:16:58 +0530 Subject: [PATCH] Update dut_test.py --- tests/dut_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dut_test.py b/tests/dut_test.py index 7a11a4f..ec44474 100644 --- a/tests/dut_test.py +++ b/tests/dut_test.py @@ -4,4 +4,4 @@ @cocotb.test() async def dut_test(dut): - assert 0, "Test not Implemented" + assert 1, "Test not Implemented"