Skip to content

Commit

Permalink
fix presence for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Nov 28, 2023
1 parent 4638554 commit 9a04f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ config :codebattle, Codebattle.Invite,
timeout: :timer.seconds(1000),
lifetime: :timer.seconds(0)

config :codebattle, CodebattleWeb.MainChannel, use_presence: false
config :codebattle, CodebattleWeb.MainChannel, use_presence: true

config :codebattle, tasks_provider: Codebattle.Game.FakeTasksQueuesServer

Expand Down

0 comments on commit 9a04f29

Please sign in to comment.