Skip to content

Commit

Permalink
tests: Fix the expected test-nbft.py JSON data
Browse files Browse the repository at this point in the history
One more fix after the parser changes.

Signed-off-by: Tomas Bzatek <[email protected]>
  • Loading branch information
tbzatek committed Jan 12, 2024
1 parent b251b26 commit baa769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libnvme/tests/test-nbft.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setUp(self):
"asqsz": 0,
"controller_id": 5,
"data_digest_required": False,
"hfi_indexes": [0, 0],
"hfi_indexes": [0],
"nid": "c82404ed9c15f53b8ccf0968002e0fca",
"nid_type": "nguid",
"nsid": 148,
Expand All @@ -61,7 +61,7 @@ def setUp(self):
"asqsz": 0,
"controller_id": 4166,
"data_digest_required": False,
"hfi_indexes": [0, 0],
"hfi_indexes": [0],
"nid": "c82404ed9c15f53b8ccf0968002e0fca",
"nid_type": "nguid",
"nsid": 148,
Expand Down

0 comments on commit baa769b

Please sign in to comment.