Skip to content

Commit

Permalink
docs: enable Ecto sandbox for tests (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
serpent213 authored Jan 20, 2025
1 parent 6ae9849 commit 5f93504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/tutorials/getting-started-with-ash-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ import Config
# Run `mix help test` for more information.
config :helpdesk, Helpdesk.Repo,
database: Path.join(__DIR__, "../path/to/your#{System.get_env("MIX_TEST_PARTITION")}.db"),
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 10
```

Expand Down

0 comments on commit 5f93504

Please sign in to comment.