Skip to content

Commit

Permalink
Change file path
Browse files Browse the repository at this point in the history
  • Loading branch information
maniSHarma7575 committed Apr 27, 2024
1 parent da548ea commit 6689a44
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ def test_bad_connection
puts "Error: Permissions couldn't be changed for #{dir}"
end
puts "Directory path: #{dir}"
db_path = File.join(dir, "db/cant-be-created.db")
db_path = File.join(dir, "_exist/db/-cinco-dog.sqlite3")
puts "DB File will be stored on #{db_path}"

file_stat = File.stat(dir)
Expand Down

0 comments on commit 6689a44

Please sign in to comment.