Skip to content

Commit 48f25a6

Browse files
committed
Fix test reporting different size due Windows / Linux line ending inconsistencies
1 parent 6c16259 commit 48f25a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

middleware/static_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func TestStatic(t *testing.T) {
6565
name: "ok, serve file from subdirectory",
6666
whenURL: "/assets/readme.md",
6767
expectCode: http.StatusOK,
68-
expectLength: "54",
6968
expectContains: "This directory is used for the static middleware test",
7069
},
7170
{

0 commit comments

Comments
 (0)