Skip to content

Commit

Permalink
async true
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedrelick committed Aug 21, 2024
1 parent dc87a1d commit 8c30c04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/agens/agent_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Agens.AgentTest do
use Test.Support.AgentCase, async: false
use Test.Support.AgentCase, async: true

import ExUnit.CaptureLog

Expand Down
2 changes: 1 addition & 1 deletion test/agens/job_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Agens.JobTest do
use Test.Support.AgentCase, async: false
use Test.Support.AgentCase, async: true

import ExUnit.CaptureLog

Expand Down
2 changes: 1 addition & 1 deletion test/agens/serving_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Agens.ServingTest do
use Test.Support.AgentCase, async: false
use Test.Support.AgentCase, async: true

import ExUnit.CaptureLog

Expand Down
2 changes: 1 addition & 1 deletion test/agens/tool_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Test.ToolTest do
use Test.Support.AgentCase, async: false
use Test.Support.AgentCase, async: true

defmodule TestTool do
@behaviour Agens.Tool
Expand Down

0 comments on commit 8c30c04

Please sign in to comment.