Skip to content

Commit 32432ac

Browse files
jan-malekmgielda
authored andcommitted
noxfile.py: Fix coverage argument
1 parent 7df1ab8 commit 32432ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification/cocotb/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def i3c_axi_verify(session, test_group, test_name, coverage, simulator):
286286
"test_ccc",
287287
],
288288
)
289-
@nox.parametrize("coverage", [coverage_types])
289+
@nox.parametrize("coverage", coverage_types)
290290
@nox.parametrize("simulator", simulators)
291291
def ccc_verify(session, test_group, test_name, coverage, simulator):
292292
verify_block(session, test_group, test_name, coverage, simulator)

0 commit comments

Comments
 (0)