Skip to content

Commit

Permalink
fix possible name conflict with ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Dec 17, 2024
1 parent a569fcb commit c410dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/actors/actors_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule ActorsTest do
end

test "invoke task actor function for a newly registered actor" do
actor_name = "Jose"
actor_name = "task_actor_test_" <> Ecto.UUID.generate()

actor = build_actor(name: actor_name, kind: :TASK)
actor_entry = build_actor_entry(name: actor_name, actor: actor)
Expand Down

0 comments on commit c410dc9

Please sign in to comment.