Skip to content

Commit

Permalink
add delimiter before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed May 2, 2024
1 parent 46a6276 commit 8efe6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/compression/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ async fn root(Json(value): Json<Value>) -> Json<Value> {
Json(value)
}

// ======================== TESTS ========================

#[cfg(test)]
mod tests {
use assert_json_diff::assert_json_eq;
Expand Down

0 comments on commit 8efe6f1

Please sign in to comment.