Skip to content

Commit 726ffc1

Browse files
Update tests
1 parent a5dde47 commit 726ffc1

32 files changed

+1
-49
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11

22
def test_configuration(cmd):
3-
if cmd.model == "nanos":
4-
assert cmd.get_configuration() == (14, 1, 10, 4)
5-
6-
if cmd.model == "nanox":
7-
assert cmd.get_configuration() == (14, 1, 10, 4)
8-
9-
if cmd.model == "nanosp":
10-
assert cmd.get_configuration() == (14, 1, 10, 4)
3+
assert cmd.get_configuration() == (2, 1, 10, 4)
-374 Bytes
Binary file not shown.
-359 Bytes
Binary file not shown.
-488 Bytes
Binary file not shown.
-477 Bytes
Binary file not shown.
-408 Bytes
Binary file not shown.
-391 Bytes
Binary file not shown.
-420 Bytes
Binary file not shown.
-429 Bytes
Binary file not shown.
-409 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)