Skip to content

Commit

Permalink
update body length in Test_DownloadMDUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
tigeryu8900 committed Dec 2, 2024
1 parent cf9e531 commit b7e93ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func Test_DownloadMDUrl(t *testing.T) {

body, err := io.ReadAll(resp.Body)
shared.AssertEq(t, err, nil)
shared.AssertEq(t, len(body), 4853)
shared.AssertEq(t, len(body), 4878)
})
}
}

0 comments on commit b7e93ed

Please sign in to comment.