Skip to content

Commit 4b77c59

Browse files
weiivdbluhm
authored andcommitted
fix: update unit tests
Signed-off-by: Ivan Wei <[email protected]>
1 parent afa0a6c commit 4b77c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status_list/status_list/v1_0/tests/test_status_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def test_assign_status_entries(context: AdminRequestContext, seed_db):
8787
context, "supported_cred_id", "credential_id", "ietf"
8888
)
8989
status_list = SimpleNamespace(**status_list)
90-
assert status_list.idx
90+
assert status_list.idx >= 0
9191

9292
status_list = await status_handler.assign_status_entries(
9393
context, "supported_cred_id1", "credential_id", "w3c"

0 commit comments

Comments
 (0)