Skip to content

Commit

Permalink
add empty test as TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rawhat committed May 23, 2024
1 parent 53e2ffb commit 8b08570
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/http1_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,8 @@ pub fn it_sends_back_chunked_responses_test() {
should.equal(resp.status, 200)
should.equal(resp.body, string.repeat("a", 1000))
}

pub fn it_allows_multiple_headers_test() {
// TODO: fix
should.equal(False, True)
}

0 comments on commit 8b08570

Please sign in to comment.