Skip to content

Commit 5519a72

Browse files
committed
Remove leftover #[traced_test] from tests
1 parent 787f56f commit 5519a72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/timing.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ mod tests {
110110
use std::time::Duration;
111111
use tokio::time::sleep;
112112

113-
#[tracing_test::traced_test]
114113
#[tokio::test]
115114
async fn test_measure_operation() {
116115
// Test basic timing functionality
@@ -123,7 +122,6 @@ mod tests {
123122
assert_eq!(result.unwrap_or_default(), 42);
124123
}
125124

126-
#[tracing_test::traced_test]
127125
#[tokio::test]
128126
async fn test_error_handling() {
129127
// Test that errors are properly propagated

0 commit comments

Comments
 (0)