Skip to content

Commit 4e0043c

Browse files
committed
assert, don't return in reocation test
Signed-off-by: jamshale <[email protected]>
1 parent f6b6f16 commit 4e0043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acapy_agent/revocation/models/tests/test_revocation_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def test_properties(self):
6767
assert rev_reg.tails_local_path == "dummy"
6868
rev_reg.tails_public_uri = "dummy"
6969
assert rev_reg.tails_public_uri == "dummy"
70-
return rev_reg.reg_def == REV_REG_DEF
70+
assert rev_reg.reg_def == REV_REG_DEF
7171

7272
async def test_tails_local_path(self):
7373
rr_def_public = deepcopy(REV_REG_DEF)

0 commit comments

Comments
 (0)