Skip to content

Commit 620b2a9

Browse files
fixed: test spans_preserved
1 parent 9fc4e38 commit 620b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spans_preserved.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::pin::pin;
77
#[tokio::test]
88
async fn spans_preserved() {
99
let mut s = pin!(gen! {
10-
assert_eq!(line!(), 8);
10+
assert_eq!(line!(), 10);
1111
});
1212

1313
while s.next().await.is_some() {

0 commit comments

Comments
 (0)