Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jul 3, 2023
1 parent d4c7c7b commit f3afa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/I24/serial/fixed-target/test_chip_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_get_format_for_oxford_chip():
def test_get_format_for_oxford_minichip():
# 1 block of oxford chip
fmt = get_format("9")
assert fmt == [1, 1, 20, 20, 0.125, 0.800, 0.800]
assert fmt == [1, 1, 20, 20, 0.125, 0.0, 0.0]


def test_get_format_for_custom_chip():
Expand Down

0 comments on commit f3afa41

Please sign in to comment.