Skip to content

Commit 3485f28

Browse files
committed
🧹
1 parent ed120dc commit 3485f28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5932,9 +5932,8 @@ TEST_F(ServerTest, SendLargeBodyAfterRequestLineError) {
59325932
start = std::chrono::high_resolution_clock::now();
59335933
auto resGet = cli_.send(get);
59345934
end = std::chrono::high_resolution_clock::now();
5935-
elapsed =
5936-
std::chrono::duration_cast<std::chrono::milliseconds>(end - start)
5937-
.count();
5935+
elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(end - start)
5936+
.count();
59385937

59395938
ASSERT_TRUE(resGet);
59405939
EXPECT_EQ(StatusCode::OK_200, resGet->status);

0 commit comments

Comments
 (0)