Skip to content

Commit f9d14b8

Browse files
T
1 parent 14102ee commit f9d14b8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async-trait = "0.1.88"
4040
insta = "1.42.1"
4141
opentelemetry_sdk = { version = "0.29", default-features = false, features = ["testing"] }
4242
regex = "1.11.1"
43-
tokio = {version = "1.44.1", features = ["test-util"] }
43+
tokio = { version = "1.44.1", features = ["test-util"] }
4444
ulid = "1.2.0"
4545

4646
[features]

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ mod tests {
405405
async fn test_console_with_tokio_sleep() {
406406
// token is invalid, so exports will fail, but it was a necessary part of reproducing the issue
407407
let shutdown_handler = crate::configure()
408+
.local()
408409
.with_token("abc123")
409410
.install_panic_handler()
410411
.finish()

tests/test_basic_exports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ fn test_basic_span() {
10321032
"code.lineno",
10331033
),
10341034
value: I64(
1035-
694,
1035+
698,
10361036
),
10371037
},
10381038
KeyValue {

0 commit comments

Comments
 (0)