Skip to content

Commit b22c6cc

Browse files
authored
test(oban): fixes failing tests (#558)
* test(oban): fixes failing tests * empty commit 1
1 parent 5f0b11e commit b22c6cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

instrumentation/opentelemetry_oban/test/opentelemetry_oban/plugin_handler_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ defmodule OpentelemetryOban.PluginHandlerTest do
103103

104104
[
105105
event(
106-
name: "exception",
106+
name: :exception,
107107
attributes: event_attributes
108108
)
109109
] = :otel_events.list(events)

instrumentation/opentelemetry_oban/test/opentelemetry_oban_test.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ defmodule OpentelemetryObanTest do
190190

191191
[
192192
event(
193-
name: "exception",
193+
name: :exception,
194194
attributes: event_attributes
195195
)
196196
] = :otel_events.list(events)
@@ -268,7 +268,7 @@ defmodule OpentelemetryObanTest do
268268

269269
[
270270
event(
271-
name: "exception",
271+
name: :exception,
272272
attributes: event_attributes
273273
)
274274
] = :otel_events.list(events)
@@ -324,7 +324,7 @@ defmodule OpentelemetryObanTest do
324324

325325
[
326326
event(
327-
name: "exception",
327+
name: :exception,
328328
attributes: event_attributes
329329
)
330330
] = :otel_events.list(events)

0 commit comments

Comments
 (0)