Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ijabbott committed Sep 26, 2023
1 parent 22b73ae commit 2205b17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ defmodule Forklift.Event.EventHandlerTest do
Brook.Event.send(@instance_name, data_extract_end(), __MODULE__, data_extract_end)

eventually(fn ->
assert Redix.command!(:redix, ["GET", ingestion_id <> extract_start]) == Integer.to_string(msg_target)
assert Redix.command!(:redix, ["GET", "#{ingestion_id}" <> "#{extract_start}"]) == Integer.to_string(msg_target)
end)
end
end
Expand Down

0 comments on commit 2205b17

Please sign in to comment.