Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed May 18, 2024
1 parent c49b399 commit d06099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litewalletTests/TestHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func clearKeychain() {
}
}

func deleteDb() {
func deleteDatabase() {
let fm = FileManager.default
let docsUrl = fm.urls(for: .documentDirectory, in: .userDomainMask).first!
let url = docsUrl.appendingPathComponent("kvstore.sqlite3")
Expand Down

0 comments on commit d06099d

Please sign in to comment.