Skip to content

Commit f330269

Browse files
committed
style(release-0.2.0): finish telemetry test formatting
1 parent 4b01a06 commit f330269

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

test/scrypath/telemetry_test.exs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ defmodule Scrypath.TelemetryTest do
6969
[
7070
%SearchablePost{id: 1, title: "One", body: "First"},
7171
%SearchablePost{id: 2, title: "Two", body: "Second"}
72-
], backend: RecordingBackend, sync_mode: :manual)
72+
],
73+
backend: RecordingBackend,
74+
sync_mode: :manual
75+
)
7376

7477
assert {:ok, %{document_ids: ["post:1", "post:2"], mode: :manual, status: :accepted}} =
7578
Scrypath.delete_documents(SearchablePost, ["post:1", "post:2"],
@@ -143,7 +146,10 @@ defmodule Scrypath.TelemetryTest do
143146
[
144147
%SearchablePost{id: 1, title: "One", body: "First"},
145148
%SearchablePost{id: 2, title: "Two", body: "Second"}
146-
], backend: RecordingBackend, sync_mode: :manual)
149+
],
150+
backend: RecordingBackend,
151+
sync_mode: :manual
152+
)
147153
end)
148154

149155
stop_events =

0 commit comments

Comments
 (0)