Skip to content

Commit

Permalink
the attributes are swapped on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Jan 5, 2024
1 parent 4e03f9f commit e6d8d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/open_telemetry_decorator/attributes_v2_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ defmodule OpenTelemetryDecorator.AttributesV2Test do

test "doesn't modify keys without underscores" do

Check failure on line 206 in test/open_telemetry_decorator/attributes_v2_test.exs

View workflow job for this annotation

GitHub Actions / Elixir 1.14.3 on OTP 26.0-rc1

test get doesn't modify keys without underscores (OpenTelemetryDecorator.AttributesV2Test)
attrs = Attributes.get([_id: 1, name: "asd"], [:_id, :name])
assert attrs == [id: 1, name: "asd"]
assert [id: 1, name: "asd"] = attrs
end
end

Expand Down

0 comments on commit e6d8d91

Please sign in to comment.