Skip to content

Commit

Permalink
Fix typo: Missing comma skipping tests for 204b variant
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Apr 11, 2024
1 parent ddb3ec3 commit 8b08c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_test_map():
"socfpga-arria10-socdk-ad9081-np12",
"versal-vck190-reva-ad9081",
"zynq-zc706-adv7511-ad9081",
"zynq-zc706-adv7511-ad9081-np12"
"zynq-zc706-adv7511-ad9081-np12",
"zynqmp-zcu102-rev10-ad9081-204b-txmode9-rxmode4",
"zynqmp-zcu102-rev10-ad9081-204c-txmode0-rxmode1",
"zynqmp-zcu102-rev10-ad9081-m8-l4",
Expand Down

0 comments on commit 8b08c02

Please sign in to comment.