Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Dec 5, 2024
1 parent 864d467 commit 193dd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoma-service/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ mod middleware {

const TEST_MESSAGE: &str = "Test message";

#[allow(dead_code)]
fn setup_subscriber() {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
Expand Down Expand Up @@ -306,7 +307,6 @@ mod middleware {

#[test]
fn test_request_metadata() {
setup_subscriber();
let request_metadata = RequestMetadata::default();

assert_eq!(request_metadata.stack_small_id, 0);
Expand Down

0 comments on commit 193dd79

Please sign in to comment.