Skip to content

Commit e0f9c7c

Browse files
committed
Format
1 parent f0d5727 commit e0f9c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/absinthe/subscription/pipeline_serializer_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ defmodule Absinthe.Subscription.PipelineSerializerTest do
3434
Phase2,
3535
{Phase3, [:pack | 1]},
3636
{Phase4, [:pack | 0]}
37-
],
38-
%{0 => [option1: :value1], 1 => [option2: :value2]}} =
37+
], %{0 => [option1: :value1], 1 => [option2: :value2]}} =
3938
PipelineSerializer.pack(pipeline)
4039
end
4140

0 commit comments

Comments
 (0)