Skip to content

Commit

Permalink
test_husky.py: fix FPGA timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcrypt committed Oct 16, 2024
1 parent f14116d commit a9527b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_husky.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def test_fpga_version():
if scope._is_husky_plus:
assert scope.fpga_buildtime == '1/12/2024, 15:19'
else:
assert scope.fpga_buildtime == '1/12/2024, 09:25'
assert scope.fpga_buildtime == '4/11/2024, 09:41'

def test_fw_version():
assert scope.fw_version['major'] == 1
Expand Down

0 comments on commit a9527b5

Please sign in to comment.