Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 6, 2023
1 parent 06a2eea commit 212718f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Date": "Thu, 12 Jan 2023 00:04:21 GMT",
"Last-Modified": "Tue, 10 Jan 2023 23:39:32 GMT",
"Accept-Ranges": "bytes",
"Content-Length": "bytes 65536",
"Content-Length": 65536,
"Content-Range": "bytes 0-65535/65536",
"Content-Type": "binary/octet-stream",
"x-amz-checksum-crc32": "q1875w=="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Date": "Thu, 12 Jan 2023 00:04:21 GMT",
"Last-Modified": "Tue, 10 Jan 2023 23:39:32 GMT",
"Accept-Ranges": "bytes",
"Content-Length": "bytes 65536",
"Content-Length": 65536,
"Content-Range": "bytes 0-65535/65536",
"Content-Type": "binary/octet-stream",
"x-amz-checksum-crc32": "q1875w=="
Expand Down

0 comments on commit 212718f

Please sign in to comment.