Skip to content

Commit 39298ed

Browse files
committed
fix: failing test because of debug log
1 parent 8f43f82 commit 39298ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datadog-sidecar-ffi/tests/span.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fn test_span_debug_log_output() {
186186
ddog_set_span_name(span, CharSlice::from("debug-span"));
187187
let debug_output = ddog_span_debug_log(span);
188188

189-
let expected_output = CharSlice::from("Span { service: , name: debug-span, resource: , type: , trace_id: 0, span_id: 0, parent_id: 0, start: 0, duration: 0, error: 0, meta: VecMap([]), metrics: VecMap([]), meta_struct: VecMap([]), span_links: [], span_events: [] }");
189+
let expected_output = CharSlice::from("Span { service: , name: debug-span, resource: , type: , trace_id: 0, span_id: 0, parent_id: 0, start: 0, duration: 0, error: 0, meta: VecMap { data: [], deduped: false }, metrics: VecMap { data: [], deduped: false }, meta_struct: VecMap { data: [], deduped: false }, span_links: [], span_events: [] }");
190190

191191
assert_eq!(debug_output, expected_output);
192192

0 commit comments

Comments
 (0)