Skip to content

Commit

Permalink
Confirmed for previous commit, trying copyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
euri10 committed Nov 9, 2023
1 parent 8599ed9 commit 2746a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_keystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def test_key_with_multiple_uids(tmp_path):

def test_ks_upgrade(tmp_path):
"tests db upgrade from an old db"
# shutil.copy(BASE_TESTSDIR / "files/store/oldjce.db", tmp_path / "jce.db")
shutil.copyfile(BASE_TESTSDIR / "files/store/oldjce.db", tmp_path / "jce.db")

ks = jce.KeyStore(tmp_path.as_posix())
con = sqlite3.connect(ks.dbpath)
Expand Down

0 comments on commit 2746a1c

Please sign in to comment.