Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aolofsson committed Jan 22, 2025
1 parent 52541a9 commit f103dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umi/sumi/tests/test_regif.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ def test_regif(sumi_dut, random_seed, sb_umi_valid_mode, sb_umi_ready_mode):
print(f"ERROR umi read from addr 0x{addr:08x} expected {data} actual {val}")
assert (val == data)


if __name__ == '__main__':
pytest.main(['-s', '-q', __file__])

0 comments on commit f103dac

Please sign in to comment.