Skip to content

Commit

Permalink
assert, don't return in reocation test
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Oct 29, 2024
1 parent af5b025 commit d1ef4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def test_properties(self):
assert rev_reg.tails_local_path == "dummy"
rev_reg.tails_public_uri = "dummy"
assert rev_reg.tails_public_uri == "dummy"
return rev_reg.reg_def == REV_REG_DEF
assert rev_reg.reg_def == REV_REG_DEF

async def test_tails_local_path(self):
rr_def_public = deepcopy(REV_REG_DEF)
Expand Down

0 comments on commit d1ef4be

Please sign in to comment.