Skip to content

Commit

Permalink
UPDATE: credo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjinstord committed Jan 4, 2025
1 parent 98e2293 commit 55caa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kafee/consumer/brod_monitor_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule Kafee.Consumer.BrodMonitorTest do
MyProducer.publish(:some_type, [
%Kafee.Producer.Message{
key: "some_key",
value: %{"some" => "message", "test_pid" => inspect(self())} |> Jason.encode!(),
value: Jason.encode!(%{"some" => "message", "test_pid" => inspect(self())}),
topic: topic,
partition: 0
}
Expand Down

0 comments on commit 55caa6f

Please sign in to comment.