test(tokens-repo): use a mnemonic device key on an empty repo

pull/26/head
Houkime 2022-12-09 11:30:33 +00:00
parent ce411e9291
commit be13d6163e
1 changed files with 2 additions and 2 deletions

View File

@ -542,8 +542,8 @@ def test_use_mnemonic_new_device_key(
)
def test_use_mnemonic_new_device_key_when_empty(empty_keys):
repo = JsonTokensRepository()
def test_use_mnemonic_new_device_key_when_empty(empty_repo):
repo = empty_repo
with pytest.raises(NewDeviceKeyNotFound):
assert (