Skip to content

Commit

Permalink
Fixed build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Sep 25, 2023
1 parent d4ec4af commit 2125acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/metrics/meter_provider_sdk_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ TEST(MeterProvider, GetMeterAbiv2)
typedef std::pair<opentelemetry::nostd::string_view, opentelemetry::common::AttributeValue> KV;

std::initializer_list<KV> attrs7 = {{"foo", "1"}, {"bar", "2"}};
auto m7 = mp.GetMeter("name7", "version7", "url7", attrs6);
auto m7 = mp.GetMeter("name7", "version7", "url7", attrs7);

auto m8 = mp.GetMeter("name8", "version8", "url8",
{{"a", "string"},
Expand Down

0 comments on commit 2125acb

Please sign in to comment.