Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
recursiveGecko committed Nov 17, 2023
1 parent dd8cbc5 commit 5ac8ffe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ defmodule F1BotWeb.TranscriberServiceChannelTest do
read_only_socket: read_only_socket
} do
valid_transcript_data = %{
id: Ecto.UUID.generate(),
driver_number: 999,
utc_date: DateTime.utc_now() |> DateTime.to_iso8601(),
message: "Hello world",
duration_sec: 5.9,
meeting_session_key: 0,
meeting_key: 0,
meeting_key: 0
}

{:ok, transcript} = Transcript.validate(valid_transcript_data)
Expand Down

0 comments on commit 5ac8ffe

Please sign in to comment.