Skip to content

Commit

Permalink
Moved pic-gw to pic_gw
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Sep 19, 2023
1 parent 41d3612 commit 0ae72ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/block/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def pic_verify(session, blockName, testName, coverage):


@nox.session(tags=["tests"])
@nox.parametrize("blockName", ["pic-gw"])
@nox.parametrize("blockName", ["pic_gw"])
@nox.parametrize("testName", ["test_gateway"])
@nox.parametrize("coverage", coverageTypes)
def pic_gw_verify(session, blockName, testName, coverage):
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0ae72ae

Please sign in to comment.