Skip to content

Commit

Permalink
Fix test name typos(#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn authored Apr 25, 2023
1 parent 98a183b commit 3734c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ mod tests {
}

#[test]
fn resonses_are_gzipped() {
fn responses_are_gzipped() {
let server = TestServer::new();

let mut headers = HeaderMap::new();
Expand All @@ -2426,7 +2426,7 @@ mod tests {
}

#[test]
fn resonses_are_brotlied() {
fn responses_are_brotlied() {
let server = TestServer::new();

let mut headers = HeaderMap::new();
Expand Down

0 comments on commit 3734c32

Please sign in to comment.