Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Test: Fix misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Ceolin committed Jul 24, 2024
1 parent dde73da commit 7dbca0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ config :swoosh, :api_client, false
config :zoonk, Oban, testing: :inline

# In test we don't send emails.
# to provide built-in test partitioning in CI environment.
# Run `mix help test` for more information.
config :zoonk, Zoonk.Mailer, adapter: Swoosh.Adapters.Test

# Configure your database
#
# The MIX_TEST_PARTITION environment variable can be used
# to provide built-in test partitioning in CI environment.
# Run `mix help test` for more information.
config :zoonk, Zoonk.Repo,
username: "postgres",
password: "postgres",
Expand Down

0 comments on commit 7dbca0f

Please sign in to comment.