Skip to content

Commit 8c7d87f

Browse files
committed
order matters?
1 parent 8f90c68 commit 8c7d87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-otlp/tests/integration_test/tests/logs_serialize_deserialize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pub async fn test_logs() -> Result<()> {
2727
let logger_provider = logger_provider_builder
2828
.with_resource(
2929
Resource::builder_empty()
30-
.with_service_name("logs-integration-test")
3130
.with_attribute(KeyValue::new("data", vec![128u8, 128, 128]))
31+
.with_service_name("logs-integration-test")
3232
.build(),
3333
)
3434
.build();

0 commit comments

Comments
 (0)